diff --git a/_posts/modules/0100-01-03-document.md b/_posts/modules/0100-01-03-document.md index 59b86dcff..42490ccab 100644 --- a/_posts/modules/0100-01-03-document.md +++ b/_posts/modules/0100-01-03-document.md @@ -263,7 +263,7 @@ Usage: `doc.annotations(node)` Usage: `doc.comments([node], [annotation])` doc.comments(); // Comments on Document Level - doc.comments('text:25'); // Comments on Document Level + doc.comments('text:25'); // Comments specific to a node doc.comments('text:25', 'em:54'); // Comments for a particular annotation ## Document Operations