diff --git a/src/docs/goose-book/src/getting-started/creating.md b/src/docs/goose-book/src/getting-started/creating.md index 4521ec87..362e2d54 100644 --- a/src/docs/goose-book/src/getting-started/creating.md +++ b/src/docs/goose-book/src/getting-started/creating.md @@ -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}; > ```