Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wasim-nihal authored Mar 18, 2024
1 parent a3b0e17 commit acc292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Reference](https://pkg.go.dev/badge/github.com/wasim-nihal/gonatsort.svg)](https
arr1 := []string{"bar2", "foo", "foo123", "foo2", "bar001"}
sort.Stable(gonatsort.NatSorter(arr1))
// Output: [bar001 bar2 foo foo2 foo123]
fmt.Println(x)
fmt.Println(arr1)
}
```

Expand Down

0 comments on commit acc292d

Please sign in to comment.