nitdoc: fix typo in `DefinitionListArticle` comment
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 28 May 2015 15:07:14 +0000 (11:07 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 29 May 2015 23:05:56 +0000 (19:05 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/doc_phases/doc_structure.nit

index 20a5eef..f9824d3 100644 (file)
@@ -364,7 +364,7 @@ class ConcernsArticle
        redef fun is_hidden do return concerns.is_empty
 end
 
-# An article that displaus a list of definition belonging to a MEntity.
+# An article that displays a list of definition belonging to a MEntity.
 class DefinitionListArticle
        super TabbedGroup
        super MEntityArticle