]> git.lizzy.rs Git - rust.git/blobdiff - README.md
std: Implement FromStr for SocketAddrV{4,6}
[rust.git] / README.md
index c4a3becacb42f81c5463b818cff4ccb6fa9142e9..a040ff0921a9ed5022ecd9c7de52752f1d957063 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Building the documentation requires building the compiler, so the above
 details will apply. Once you have the compiler built, you can
 
 ```sh
-$ make docs NO_REBUILD=1 
+$ make docs NO_REBUILD=1
 ```
 
 To make sure you don’t re-build the compiler because you made a change