Skip to content

Commit

Permalink
Merge pull request #189 from gaissmai/fb-words
Browse files Browse the repository at this point in the history
fix malformed clickable link in deprecation
  • Loading branch information
lemire authored Dec 8, 2024
2 parents 76add66 + 47bbd7e commit 34a1fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitset.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func FromWithLength(length uint, set []uint64) *BitSet {
// It is not a copy, so changes to the returned slice will affect the bitset.
// It is meant for advanced users.
//
// Deprecated: Bytes is deprecated. Use [bitset.Words] instead.
// Deprecated: Bytes is deprecated. Use [BitSet.Words] instead.
func (b *BitSet) Bytes() []uint64 {
return b.set
}
Expand Down

0 comments on commit 34a1fd3

Please sign in to comment.