diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-20 07:31:22 -0400 |
|---|---|---|
| committer | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-20 07:31:22 -0400 |
| commit | 1af952cc490b62a1f43f48c9fd809cf99aff2630 (patch) | |
| tree | cb92a5422f9747c425f62a87545e352195738365 /src/libstd/net | |
| parent | e63b1a0e368e2f7d3bf5eadd1262dc530a38394b (diff) | |
| download | rust-1af952cc490b62a1f43f48c9fd809cf99aff2630.tar.gz rust-1af952cc490b62a1f43f48c9fd809cf99aff2630.zip | |
Remove StdioRaw doc additions, add backticks
Diffstat (limited to 'src/libstd/net')
| -rw-r--r-- | src/libstd/net/addr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/net/addr.rs b/src/libstd/net/addr.rs index f985c1f2bc8..57efc3095fc 100644 --- a/src/libstd/net/addr.rs +++ b/src/libstd/net/addr.rs @@ -28,7 +28,7 @@ use slice; /// as possibly some version-dependent additional information. See [`SocketAddrV4`]'s and /// [`SocketAddrV6`]'s respective documentation for more details. /// -/// The size of a SocketAddr instance may vary depending on the target operating +/// The size of a `SocketAddr` instance may vary depending on the target operating /// system. /// /// [IP address]: ../../std/net/enum.IpAddr.html |
