Skip to content

Commit

Permalink
Correct a typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldek Hebisch committed Dec 25, 2024
1 parent 95a4d48 commit fd8a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algebra/fops.spad
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ BasicKeyedAccessFile : Exports == Implementation where
close! : % -> Void
++ close! closes the keyed access file.
read : (%, String) -> None
++ read(f, key) reads item with the key \pad{key} from \spad{f}.
++ read(f, key) reads item with the key \spad{key} from \spad{f}.
write! : (%, String, None) -> Void
++ write! writes one item to the keyed access file.
remove! : (%, String) -> Void
Expand Down

0 comments on commit fd8a034

Please sign in to comment.