lib/standard/stream: Renamed streams for more explicit denomination
[nit.git] / contrib / opportunity / src / templates / boilerplate.nit
index 609f56c..a92ab4b 100644 (file)
@@ -111,7 +111,7 @@ class OpportunityPage
        var header = new OpportunityHeader
 
        # The HTML code of the body.
-       var body: Streamable = "" is writable
+       var body: Writable = "" is writable
 
        # The HTML code of the footer.
        var footer = new OpportunityFooter