Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
wrong closing brace
  • Loading branch information
vilinski authored Feb 27, 2023
1 parent ec20d3c commit 3f774f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/goose-book/src/getting-started/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use goose::prelude::*;
> use crate::goose::{
> GooseMethod, GooseRequest, GooseUser, Scenario, Transaction, TransactionError,
> TransactionFunction, TransactionResult,
> );
> };
> use crate::metrics::{GooseCoordinatedOmissionMitigation, GooseMetrics};
> use crate::{scenario, transaction, GooseAttack, GooseError, GooseScheduler};
> ```
Expand Down

0 comments on commit 3f774f9

Please sign in to comment.