~ chicken-core (chicken-5) 808d6028e880a9b2534ff6b53395b76cc6796798
commit 808d6028e880a9b2534ff6b53395b76cc6796798
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Wed Aug 14 21:40:41 2013 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Wed Aug 14 21:41:26 2013 -0300
manual/Unit lolevel: markup fixes
In documentation for record-instance-slot and record-instance-slot-set!.
diff --git a/manual/Unit lolevel b/manual/Unit lolevel
index 42236655..bf5d24ff 100644
--- a/manual/Unit lolevel
+++ b/manual/Unit lolevel
@@ -688,7 +688,7 @@ record-instance type is not counted. Signals an error if
<procedure>(record-instance-slot RECORD INDEX)</procedure>
Returns the contents of the {{INDEX}}th slot of the record structure
-{{RECORD}}. The slot index range is the open interval (([0
+{{RECORD}}. The slot index range is the open interval {{[0
record-instance-length)}}. Signals an error if {{RECORD}} is not a record
structure.
@@ -699,7 +699,7 @@ structure.
<procedure>(set! (record-instance-slot RECORD INDEX) X)</procedure>
Sets the {{INDEX}}th slot of the record structure {{RECORD}} to {{X}}. The slot
-index range is the open interval (([0 record-instance-length)}}. Signals an
+index range is the open interval {{[0 record-instance-length)}}. Signals an
error if {{RECORD}} is not a record structure.
Trap