summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guide/src/chapter_02.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/src/chapter_02.md b/guide/src/chapter_02.md
index 832cd9b8..493528d7 100644
--- a/guide/src/chapter_02.md
+++ b/guide/src/chapter_02.md
@@ -601,7 +601,7 @@ impl<'a> DecryptionHelper for Helper<'a> {
// XXX: In production code, return the Fingerprint of the
// recipient's Cert here
- Ok(None)
+ Ok(None)
}
}
```