Skip to content

Commit

Permalink
v1.0.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jun 17, 2024
1 parent fa2cfbc commit 2a8a4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (r Auxiliary) Get(key string) (value any, ok bool) {

/*
Set associates key with value, and assigns to receiver instance. See
also the Unset method.
also the [Auxiliary.Unset] method.
If the receiver is not initialized, a new allocation is made.
*/
Expand All @@ -115,7 +115,7 @@ func (r Auxiliary) Set(key string, value any) Auxiliary {

/*
Unset removes the key/value pair, identified by key, from the receiver
instance, if found. See also the Set method.
instance, if found. See also the [Auxiliary.Set] method.
This method internally calls the following builtin:
Expand Down

0 comments on commit 2a8a4eb

Please sign in to comment.