Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Jan 15, 2024
1 parent f6892e9 commit adec8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ mod utils;
/// | anyarray | `any[]` | `ListValue` | `ListRef<'_>` |
/// | struct | `record` | `StructValue` | `StructRef<'_>` |
/// | T[^1][] | `T[]` | `ListValue` | `ListRef<'_>` |
/// | struct<name T[^1], ..> | `struct<name T, ..>` | `(T, ..)` | `(&T, ..)` |
/// | struct<`name_T`[^1], ..> | `struct<name T, ..>` | `(T, ..)` | `(&T, ..)` |
///
/// [^1]: `T` could be any base type
///
Expand Down

0 comments on commit adec8e3

Please sign in to comment.