Remove 'vocab' from tree explanation
This commit is contained in:
parent
e52b6a7fa7
commit
d66bc425d0
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/
|
|||
|
||||
### Types
|
||||
|
||||
The project is laid out by Kind => vocabulary => Type
|
||||
The project is laid out by Kind => Type
|
||||
|
||||
So to use an ActivityStreams Video, you'd write
|
||||
```rust
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
//!
|
||||
//! ### Types
|
||||
//!
|
||||
//! The project is laid out by Kind => vocabulary => Type
|
||||
//! The project is laid out by Kind => Type
|
||||
//!
|
||||
//! So to use an ActivityStreams Video, you'd write
|
||||
//! ```rust
|
||||
|
|
Loading…
Reference in a new issue