diff options
author | 2015-11-14 13:24:47 -0800 | |
---|---|---|
committer | 2015-11-14 13:24:47 -0800 | |
commit | e9b7a658258a583bafe1b0de790a13ef99a2a297 (patch) | |
tree | 3b68a2688050b3e6c698264b61b26dd92d6499cd | |
parent | e -> re (diff) | |
download | noise-e9b7a658258a583bafe1b0de790a13ef99a2a297.tar.xz noise-e9b7a658258a583bafe1b0de790a13ef99a2a297.zip |
Fix typo
-rw-r--r-- | noise.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ variables, any of which may be empty: A `HandshakeState` also has the following variables: * **`message_patterns`**: A sequence of message patterns. Each message pattern is a - sequence of tokens from the set ("s", "e", "dhee", "dhes", "dhse", "dhss). + sequence of tokens from the set ("s", "e", "dhee", "dhes", "dhse", "dhss"). * **`message_index`**: An integer indicating the next pattern to fetch from `message_patterns`. |