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 2e64796 commit c0a70b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,13 @@ func intStringer(x any) (s string) {
Interface is an interface type qualified through instances of the
following types (whether native, or type-aliased):
- Stack
- Condition
- [Stack]
- [Condition]
This interface type offers users an alternative to the tedium of
repeated type assertion for every Stack and Condition instance they
repeated type assertion for every [Stack] and [Condition] instance they
encounter. This may be particularly useful in situations where the
act of traversal is conducted upon a Stack instance that contains
act of traversal is conducted upon a [Stack] instance that contains
myriad hierarchies and nested contexts of varying types.
This is not a complete "replacement" for the explicit use of package
Expand Down

0 comments on commit c0a70b7

Please sign in to comment.