Skip to content

Commit

Permalink
Merge pull request #538 from vilinski/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jeremyandrews authored May 1, 2023
2 parents ec20d3c + 3f774f9 commit a45707b
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 a45707b

Please sign in to comment.