Skip to content

Commit d577f47

Browse files
committed
doc: apply pr suggestion from jost
1 parent ca11f30 commit d577f47

File tree

1 file changed

+1
-1
lines changed
  • kmir/src/kmir/kdist/mir-semantics/rt

1 file changed

+1
-1
lines changed

kmir/src/kmir/kdist/mir-semantics/rt/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ the `Value` sort.
12651265
Conversion is especially possible for the case of _Slices_ (of dynamic length) and _Arrays_ (of static length),
12661266
which have the same representation `Value::Range`.
12671267

1268-
When the cast crosses transparent wrappers (newtypes that just forward field `0` e.g. `struct Wrapper<T>(T)`, the pointer's
1268+
When the cast crosses transparent wrappers (newtypes that just forward field `0` e.g. `struct Wrapper<T>(T)`), the pointer's
12691269
`Place` must be realigned. `#alignTransparentPlace` rewrites the projection list until the source and target
12701270
expose the same inner value:
12711271
- if the source unwraps more than the target, append an explicit `field(0)` so the target still sees that field;

0 commit comments

Comments
 (0)