Skip to content

Commit

Permalink
Update lib-string.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 authored Jan 25, 2025
1 parent e18753c commit fb10d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib-string.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### `== : (String, String) -> Bool`

### `deep-hash : String -> U64`
### `deep-hash : String -> USize`

### `non-zero : String -> Bool`

Expand All @@ -24,7 +24,7 @@

### `.length : String -> U64`

### `cmp : (String, String) -> I64`
### `cmp : (String, String) -> Ord`

### `print : String -> Nil`

Expand Down

0 comments on commit fb10d60

Please sign in to comment.