From 461e26cfa97d511db70fafb89c889dbb089ac7b2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Nov 2014 11:17:10 +0000 Subject: [PATCH] Rework discussion. --- doc/mkws-developer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index 80f6603..a299eeb 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -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 -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 -overridden by derived widgets such as `ConsoleBuilder`. +overridden by derived widgets such as `console-builder`. Team methods -- 1.7.10.4