diff --git a/README.md b/README.md index 491c602..e7b5b57 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ println!("{}", s); The function signatures are: ```rust -fn write(writer: W, value: V) -> io::Result +fn write(writer: W, value: V) -> io::Result; -fn fmt(writer: W, value: V) -> fmt::Result +fn fmt(writer: W, value: V) -> fmt::Result; ``` where `itoa::Integer` is implemented for `i8`, `u8`, `i16`, `u16`, `i32`, `u32`,