Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Dec 15, 2024
1 parent e5f87ad commit 2306485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/luerl.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ Puts a private value under key that is not exposed to the runtime.
#### luerl:get_private(Key, State) -> Term.
Get a private value for the given key.

#### luerl:get_private(Key, State) -> Term.
#### luerl:delete_private(Key, State) -> Term.
Deletes the private value for the given key.

0 comments on commit 2306485

Please sign in to comment.