Commit e43e967f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] NodeTexts -> NodeDocs for show only

parent a3757852
......@@ -184,7 +184,7 @@ instance showNodeType :: Show NodeType where
show Tree = "NodeTree"
show Team = "NodeTeam"
show NodeList = "NodeList"
show Texts = "NodeTexts"
show Texts = "NodeDocs"
show NodeFrameWrite = "NodeFrameWrite"
show NodeFrameCalc = "NodeFrameCalc"
show (NodePublic nt) = "NodePublic" <> show nt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment