Skip to content

Commit

Permalink
fix(semantic_version): use correct method in doc
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
  • Loading branch information
devnote-dev and Sija authored Oct 1, 2024
1 parent 293ade4 commit 03f2293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantic_version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct SemanticVersion
# ```
# require "semantic_version"
#
# semver = SemanticVersion.parse("2.61.4")
# semver = SemanticVersion.parse?("2.61.4")
# semver # => #<SemanticVersion:0x55b3667c9e70 @major=2, @minor=61, @patch=4, ... >
# ```
#
Expand Down

0 comments on commit 03f2293

Please sign in to comment.