Skip to content

Commit 9223cac

Browse files
Fixed inconsistent heading on strings data type page
1 parent cd48b30 commit 9223cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the [`MSET`]({{< relref "/commands/mset" >}}) and [`MGET`]({{< relref "/commands
7676

7777
When [`MGET`]({{< relref "/commands/mget" >}}) is used, Redis returns an array of values.
7878

79-
### Strings as counters
79+
## Strings as counters
8080
Even if strings are the basic values of Redis, there are interesting operations
8181
you can perform with them. For instance, one is atomic increment:
8282

0 commit comments

Comments
 (0)