roos adjustment

This commit is contained in:
2025-08-18 09:23:02 +02:00
parent ae43b87758
commit 7500283070
4 changed files with 4 additions and 3 deletions

View File

@@ -77,7 +77,7 @@
Provides a @seclink["top" #:doc '(lib "roos/scribblings/roos.scrbl")]{Roos class} that gives object-oriented access to INI files using the underlying @racket[file->ini] parser system. The class offers methods to load, query, and update INI files using familiar object-style interactions.}
@defproc[(-! [ini roos-class*] [or/c path-string?]) roos-object*]{
@defproc[(%-! [ini roos-class*] [or/c path-string?]) roos-object*]{
Creates an @racket[ini] object. If a @racket[file] path is provided and the file exists, it is loaded immediately. Otherwise, an empty INI structure is created.
If no file is provided, the object operates in-memory only. Subsequent @racket[set!] operations will raise an error unless a file is later specified with @racket[(file!)].