aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.rs')
-rw-r--r--src/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.rs b/src/event.rs
index 0ba56ab..b6caa5d 100644
--- a/src/event.rs
+++ b/src/event.rs
@@ -580,7 +580,7 @@ pub enum WeaponSet {
Land1,
/// An unknown weapon set.
///
- /// This can be caused bundles or anything else that uses the "weapon swap"
+ /// This can be caused by bundles or anything else that uses the "weapon swap"
/// event but is not a normal weapon set.
Unknown(u8),
}