aboutsummaryrefslogtreecommitdiff
path: root/lux-php/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-php/source/program.lux')
-rw-r--r--lux-php/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux
index a47b0b5c5..c3292fd19 100644
--- a/lux-php/source/program.lux
+++ b/lux-php/source/program.lux
@@ -227,7 +227,7 @@
(`` (ffi.object [] php/runtime/Memory
[program/StructureValue]
[{php/runtime/Memory$Type php/runtime/Memory$Type::ARRAY}]
- ## Methods
+ ... Methods
(program/StructureValue
[] (getValue self) java/lang/Object
(:assume value))
@@ -519,7 +519,7 @@
(for {@.old
(def: extender
Extender
- ## TODO: Stop relying on coercions ASAP.
+ ... TODO: Stop relying on coercions ASAP.
(<| (:as Extender)
(function (@self handler))
(:as Handler)