This commit is contained in:
2026-04-17 22:13:56 +02:00
parent 3c51066fad
commit d6a7449d4a
3 changed files with 6 additions and 14 deletions

5
scrbl/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*.html
*.js
*.css
*~
*.bak

File diff suppressed because one or more lines are too long

View File

@@ -122,7 +122,7 @@ Returns raw keyvalue rows in the form:
(ks-get ks 'missing 0) ; => 0
]
@subsection{Enumeration}
@subsection{Enumeration Example}
@racketblock[
(ks-keys ks)