Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Klein <[email protected]>
  • Loading branch information
hawkw and smklein authored Jul 31, 2024
1 parent 2544e0d commit 4fa6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/instance_update/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
//! database and networking configuration *to match a state change that has
//! already occurred.*
//!
//! Consider the folliwng: if we run an `instance-start` saga, and the instance
//! Consider the following: if we run an `instance-start` saga, and the instance
//! cannot actually be started, of course we would want the unwinding saga to
//! undo any database changes it has made, because the instance was not actually
//! started. Failing to undo those changes when an `instance-start` saga unwinds
Expand Down

0 comments on commit 4fa6bd8

Please sign in to comment.