diff options
Diffstat (limited to 'meta-stuff.rst.txt')
-rw-r--r-- | meta-stuff.rst.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-stuff.rst.txt b/meta-stuff.rst.txt index 2a990e8..c53fb7d 100644 --- a/meta-stuff.rst.txt +++ b/meta-stuff.rst.txt @@ -4,12 +4,12 @@ done bits variable name as 1st argument (otherwise optional arguments become a mess) -next bits… - * expose namespace open/close, and ``namespace $name; do …; done`` - use them inside ``class_open`` / ``class_close`` +next bits… + * formalise that ``bos-dispatch/invoke $class 0 $method $args`` is a class method invocation |