aboutsummaryrefslogtreecommitdiff
path: root/src/raw
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-19 20:27:16 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-19 20:27:16 +0100
commit1b88a4c2f738d6c236df42c1b9fa4478e302abc5 (patch)
tree7fb8a1237662f22234451c1ee0a5a94fe1df4718 /src/raw
parent2ae32528d9f6ffde5c27d923cf51e59ed6cef936 (diff)
downloadevtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.tar.gz
evtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.tar.bz2
evtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.zip
small doc typo fixes
Diffstat (limited to 'src/raw')
-rw-r--r--src/raw/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs
index 6339ed8..ce22f5f 100644
--- a/src/raw/types.rs
+++ b/src/raw/types.rs
@@ -382,7 +382,7 @@ pub struct Agent {
pub addr: u64,
/// Agent profession id.
pub prof: u32,
- /// Agent elite specialisation.
+ /// Agent elite specialization.
pub is_elite: u32,
/// Toughnes.
pub toughness: i16,