Skip to content

Commit 8a01f1a

Browse files
committed
Fix small typo in migration guide (#337)
Infallabile -> Infallible
1 parent 7b75594 commit 8a01f1a

File tree

1 file changed

+1
-1
lines changed
  • content/learn/book/migration-guides/0.6-0.7

1 file changed

+1
-1
lines changed

content/learn/book/migration-guides/0.6-0.7/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ commands.insert_resource(Scoreboard::default());
276276
commands.init_resource::<Scoreboard>();
277277
```
278278

279-
### [Infallabile resource getters](https://github.com/bevyengine/bevy/pull/4047)
279+
### [Infallible resource getters](https://github.com/bevyengine/bevy/pull/4047)
280280

281281
```rs
282282
// 0.6

0 commit comments

Comments
 (0)