Skip to content

Commit

Permalink
debt: Corrected documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux committed Nov 25, 2024
1 parent 1b55248 commit d43c0f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,9 @@ func (v Version) GreaterThanOrEqual(other Version) bool {
return v.Compare(other) >= 0
}

// Config holds the runtime configuration for the Nano ID generator.
// Config holds the runtime configuration for the parser.
//
// It is immutable after initialization and provides all the necessary
// parameters for generating unique IDs efficiently and securely.
// It is immutable after initialization.
func (p *parser) Config() Config {
return p.config
}

0 comments on commit d43c0f9

Please sign in to comment.