netdoc-builder api: Fix typo

This commit is contained in:
Ian Jackson 2023-01-17 12:25:52 +00:00
parent 3ce394f168
commit 2fdb65287d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ struct Cursor<K> {
}
impl NetdocEncoder<K> {
/// Adds an item to the being-build document
/// Adds an item to the being-built document
///
/// The item can be further extended with arguments or objects,
/// using the returned `ItemEncoder`.