Add missing # signs for consistency
This commit is contained in:
parent
d523f564aa
commit
269d775293
|
@ -97,13 +97,13 @@
|
||||||
(id "#true")
|
(id "#true")
|
||||||
(description "Boolean true [R7RS]")
|
(description "Boolean true [R7RS]")
|
||||||
|
|
||||||
(id "u(...)")
|
(id "#u(...)")
|
||||||
(description "n-dimensional bytevector [s7]")
|
(description "n-dimensional bytevector [s7]")
|
||||||
|
|
||||||
(id "u8(...)")
|
(id "#u8(...)")
|
||||||
(description "Bytevector [R7RS]")
|
(description "Bytevector [R7RS]")
|
||||||
|
|
||||||
(id "vu8(...)")
|
(id "#vu8(...)")
|
||||||
(description "Bytevector [R6RS]")
|
(description "Bytevector [R6RS]")
|
||||||
|
|
||||||
(id "#x")
|
(id "#x")
|
||||||
|
|
Loading…
Reference in New Issue