Browse Source

Typo fix.

Simon Sapin 10 years ago
parent
commit
8bc3285ccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      idna/src/uts46.rs

+ 1 - 1
idna/src/uts46.rs

@@ -266,7 +266,7 @@ enum Error {
 
 /// Errors recorded during UTS #46 processing.
 ///
-/// This is opaque for now, only indicating the precense of at least one error.
+/// This is opaque for now, only indicating the presence of at least one error.
 /// More details may be exposed in the future.
 #[derive(Debug)]
 pub struct Errors(Vec<Error>);