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 1c8e080 commit ba6e9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcf.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Evaluator func(...any) (any, error)
PushPolicy is a first-class (closure) function signature
that may be leveraged by users in order to control what
types instances may be pushed into a [Stack] instance when
using its 'Push' method.
using its [Stack.Push] method.
When authoring functions or methods that conform to this
signature, the idea is to return true for any value that
Expand All @@ -47,7 +47,7 @@ type PushPolicy func(...any) error
/*
ValidityPolicy is a first-class (closure) function signature
that may be leveraged by users in order to better gauge the
validity of a stack based on its configuration and/or values.
validity of a [Stack] based on its configuration and/or values.
A ValidityPolicy function or method is executed via the
[Stack.Valid] method.
Expand Down

0 comments on commit ba6e9dc

Please sign in to comment.