diff --git a/docs/en/reference/sharding.rst b/docs/en/reference/sharding.rst index 1d63388c5..41126b942 100644 --- a/docs/en/reference/sharding.rst +++ b/docs/en/reference/sharding.rst @@ -18,7 +18,7 @@ the document as well as an appropriate index: 'asc'])] + #[Index(keys: ['username' => 'asc'])] #[ShardKey(keys: ['username' => 'asc'])] class User {