From 3dcb29fcb211618a50a80e66ad5bf3ddf0112b87 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Wed, 30 Jan 2013 00:19:27 +0100 Subject: [PATCH] Minor typo fixed Fixed a minor typo in a comment not matching the actual code statement listed --- _posts/modules/0100-01-03-document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/modules/0100-01-03-document.md b/_posts/modules/0100-01-03-document.md index 7cfb2a7ca..77a50d070 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