Skip to content

Commit

Permalink
Fix typo in code example (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Jul 12, 2024
1 parent e9314e2 commit dbdecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/sharding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the document as well as an appropriate index:
<?php
#[Document]
#Index(keys: ['username' => 'asc'])]
#[Index(keys: ['username' => 'asc'])]
#[ShardKey(keys: ['username' => 'asc'])]
class User
{
Expand Down

0 comments on commit dbdecfa

Please sign in to comment.