Skip to content

Commit

Permalink
Fixed code review
Browse files Browse the repository at this point in the history
Signed-off-by: Niharika Bhavaraju <[email protected]>
  • Loading branch information
niharikabhavaraju committed Jan 13, 2025
1 parent 578ce72 commit d3c888c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/api/bitmap_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import "github.com/valkey-io/valkey-glide/go/glide/api/options"
// [valkey.io]: https://valkey.io/commands/#bitmap
type BitmapCommands interface {
// Sets or clears the bit at offset in the string value stored at key.
// The offset is a zero-based index, with 0 being the first element of
// the list, 1 being the next element, and so on. The offset must be
// less than 2^32 and greater than or equal to 0 If a key is
// The offset is a zero-based index, with `0`` being the first element of
// the list, `1` being the next element, and so on. The offset must be
// less than `2^32` and greater than or equal to `0` If a key is
// non-existent then the bit at offset is set to value and the preceding
// bits are set to 0.
//
Expand Down

0 comments on commit d3c888c

Please sign in to comment.