Skip to content

Commit e0c7700

Browse files
committed
Improve brondoc, improve documentation.
1 parent c7d4820 commit e0c7700

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/brondoc.ctr

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ handleiding elk: { :taal :hoofdstukken
154154
🠶tijd: tijd,
155155
🠶taalregister: taalregister,
156156
🠶taal: taal,
157-
🠶titeltaal: taal hoofdletters,
157+
🠶titeltaal: taal kopieer hoofdletters,
158158
🠶hoofdstuk: onderdelen eerste html,
159159
🠶voorbeeld: (onderdelen positie: 2) html,
160160
🠶resultaat: (onderdelen positie: 3) html,
@@ -165,7 +165,7 @@ handleiding elk: { :taal :hoofdstukken
165165
🠶taal: taal,
166166
🠶link: onderdelen laatste.
167167

168-
Bestand nieuw: bestandslocatie, schrijf: document.
169168
✎ schrijf: bestandslocatie, stop.
169+
Bestand nieuw: bestandslocatie, schrijf: document.
170170
}.
171171
}.

system.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ ctr_object* ctr_clock_copy( ctr_object* myself, ctr_argument* argumentList ) {
11341134
* [ Moment ] = [ Moment ]
11351135
*
11361136
* @example
1137-
* ☞ m ≔ Moment new year: 2070, month: 11.
1137+
* ☞ m ≔ Moment new year: 2070, month: 11, day: 1.
11381138
* ☞ n ≔ m copy.
11391139
* ✎ write: (m = n), stop.
11401140
* ✎ write: (m ≠ n), stop.
@@ -1165,7 +1165,7 @@ ctr_object* ctr_clock_equals( ctr_object* myself, ctr_argument* argumentList ) {
11651165
* [ Moment ] ≠ [ Moment ]
11661166
*
11671167
* @example
1168-
* ☞ m ≔ Moment new year: 2070, month: 11.
1168+
* ☞ m ≔ Moment new year: 2070, month: 11, day: 1
11691169
* ☞ n ≔ m copy.
11701170
* ✎ write: (m = n), stop.
11711171
* ✎ write: (m ≠ n), stop.

0 commit comments

Comments
 (0)