From: Alexandre Terrasa Date: Thu, 28 May 2015 15:54:54 +0000 (-0400) Subject: nitdoc: fix typo in `doc_poset` comment X-Git-Tag: v0.7.5~10^2 X-Git-Url: http://nitlanguage.org nitdoc: fix typo in `doc_poset` comment Signed-off-by: Alexandre Terrasa --- diff --git a/src/doc/doc_phases/doc_poset.nit b/src/doc/doc_phases/doc_poset.nit index 0c610d4..556733e 100644 --- a/src/doc/doc_phases/doc_poset.nit +++ b/src/doc/doc_phases/doc_poset.nit @@ -46,7 +46,7 @@ redef class MModulePage # Imported modules that should appear in the documentation. var imports = new HashSet[MModule] - # Clients modules that shjould appear in the documentation. + # Clients modules that should appear in the documentation. var clients = new HashSet[MModule] redef fun build_poset(v, doc) do