Rework discussion.
authorMike Taylor <mike@indexdata.com>
Tue, 11 Nov 2014 11:17:10 +0000 (11:17 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 11 Nov 2014 11:17:10 +0000 (11:17 +0000)
doc/mkws-developer.markdown

index 80f6603..a299eeb 100644 (file)
@@ -234,10 +234,10 @@ be used by the derived widget.
 
 In addition to these properties and methods of the bare widget object,
 some kinds of specific widget add other properties of their own. For
 
 In addition to these properties and methods of the bare widget object,
 some kinds of specific widget add other properties of their own. For
-example, the `Builder` widget uses a `callback` property as the
+example, the `builder` widget uses a `callback` property as the
 function that it use to publish the widget definition that it
 constructs. This defaults to the builtin function `alert`, but can be
 function that it use to publish the widget definition that it
 constructs. This defaults to the builtin function `alert`, but can be
-overridden by derived widgets such as `ConsoleBuilder`.
+overridden by derived widgets such as `console-builder`.
 
 
 Team methods
 
 
 Team methods