Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Nov 3, 2023
1 parent 4c09c90 commit fa1fb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/learn/migration-guides/0.11-0.12/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,11 @@ bevy = { version = "0.12", features = ["dynamic_linking"] }
<div class="migration-guide-area-tag">Reflection</div>
</div>

Renamed `NamedTypePathDef::Primitive` to `NamedTypePathDef::Primitive`
Renamed `NamedTypePathDef::Primtive` to `NamedTypePathDef::Primitive`

```rust
// 0.11
let type_path = NamedTypePathDef::Primitive(ident);
let type_path = NamedTypePathDef::Primtive(ident);
// 0.12
let type_path = NamedTypePathDef::Primitive(ident);
```
Expand Down

0 comments on commit fa1fb67

Please sign in to comment.