Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 27, 2024
1 parent 6b07a42 commit 6842e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async fn test() {
let mut utils = launch_test_with_config(
our_component,
TestingConfig::default().with_size((500.0, 800.0).into()),
*TestingConfig::default().with_size((500.0, 800.0).into()),
);
let root = utils.root();
Expand Down

0 comments on commit 6842e8c

Please sign in to comment.