File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ impl KeyComposer {
6262 ///
6363 /// 1. Compute the ASCII byte representation of `struct_name` and call it `S`.
6464 /// 1. If `variant_name` is not empty then computes the ASCII byte representation and
65- /// call it `V`. 1. Compute the ASCII byte representation of `field_name` and call
66- /// it `F`. 1. Concatenate (`S` and `F`) or (`S`, `V` and `F`) using `::` as
67- /// separator and call it `C`. 1. The `XXH32` hash of `C` is the storage key.
65+ /// call it `V`. 1. Compute the ASCII byte representation of `field_name` and call
66+ /// it `F`. 1. Concatenate (`S` and `F`) or (`S`, `V` and `F`) using `::` as
67+ /// separator and call it `C`. 1. The `XXH32` hash of `C` is the storage key.
6868 ///
6969 /// # Note
7070 ///
You can’t perform that action at this time.
0 commit comments