Skip to content

Commit dbdecfa

Browse files
authored
Fix typo in code example (#2670)
1 parent e9314e2 commit dbdecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/sharding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the document as well as an appropriate index:
1818
<?php
1919
2020
#[Document]
21-
#Index(keys: ['username' => 'asc'])]
21+
#[Index(keys: ['username' => 'asc'])]
2222
#[ShardKey(keys: ['username' => 'asc'])]
2323
class User
2424
{

0 commit comments

Comments
 (0)