File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3491,7 +3491,7 @@ to an array or slice is always bounds-checked.
3491
3491
A ` struct ` * type* is a heterogeneous product of other types, called the
3492
3492
* fields* of the type.[ ^ structtype ]
3493
3493
3494
- [ ^ structtype ] : ` struct ` types are analogous ` struct ` types in C,
3494
+ [ ^ structtype ] : ` struct ` types are analogous to ` struct ` types in C,
3495
3495
the * record* types of the ML family,
3496
3496
or the * structure* types of the Lisp family.
3497
3497
@@ -3505,7 +3505,7 @@ a corresponding struct *expression*; the resulting `struct` value will always
3505
3505
have the same memory layout.
3506
3506
3507
3507
The fields of a ` struct ` may be qualified by [ visibility
3508
- modifiers] ( #re-exporting- and-visibility ) , to allow access to data in a
3508
+ modifiers] ( #visibility- and-privacy ) , to allow access to data in a
3509
3509
structure outside a module.
3510
3510
3511
3511
A _ tuple struct_ type is just like a structure type, except that the fields are
You can’t perform that action at this time.
0 commit comments