From: Jean-Christophe Beaupré Date: Fri, 12 Dec 2014 19:08:15 +0000 (-0500) Subject: nitdoc: Fix a minor documentation mistake. X-Git-Tag: v0.7~20^2~7 X-Git-Url: http://nitlanguage.org nitdoc: Fix a minor documentation mistake. Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/doc/doc_model.nit b/src/doc/doc_model.nit index 65e53ce..b9d6b48 100644 --- a/src/doc/doc_model.nit +++ b/src/doc/doc_model.nit @@ -38,7 +38,7 @@ redef class MEntity # Used as HTML unique ids fun nitdoc_id: String is abstract - # URL of this entity Nitdoc page + # URL of this entity’s Nitdoc page. fun nitdoc_url: String is abstract # A template link to the mentity `nitdoc_id`