Skip to content

Commit

Permalink
removing <code> blocks
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Feb 7, 2025
1 parent e46799f commit 87a8452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7463,7 +7463,7 @@ func (client *baseClient) ZDiffStore(destination string, keys []string) (int64,
//
// Return value:
//
// The number of elements in the resulting sorted set stored at <code>destination</code>.
// The number of elements in the resulting sorted set stored at `destination`.
//
// Example:
//
Expand Down Expand Up @@ -7497,7 +7497,7 @@ func (client *baseClient) ZInterStore(destination string, keysOrWeightedKeys opt
//
// Return value:
//
// The number of elements in the resulting sorted set stored at <code>destination</code>.
// The number of elements in the resulting sorted set stored at `destination`.
//
// Example:
//
Expand Down Expand Up @@ -7547,7 +7547,7 @@ func (client *baseClient) ZInterCard(keys []string) (int64, error) {
return client.ZInterCardWithOptions(keys, nil)
}

// Returns the cardinality of the intersection of the sorted sets specified by <code>keys</code>.
// Returns the cardinality of the intersection of the sorted sets specified by `keys`.
// If the intersection cardinality reaches `options.limit` partway through the computation, the
// algorithm will exit early and yield `options.limit` as the cardinality.
//
Expand Down

0 comments on commit 87a8452

Please sign in to comment.