Merge pull request #330 from gypsydave5/patch-1

Small typo
This commit is contained in:
Carol (Nichols || Goulding) 2016-11-20 12:35:55 -05:00 committed by GitHub
commit a516b53fe5

View File

@ -169,7 +169,7 @@ Listing 6-1: Storing the data and type of an IP address using a `struct`
<!-- I will add wingdings here in libreoffice /Carol -->
Here, we've defined a struct `IPAddr` that has two fields: a `kind` field that
Here, we've defined a struct `IpAddr` that has two fields: a `kind` field that
is of type `IpAddrKind` (the enum we defined previously), and an `address`
field of type `String`. We have two instances of this struct. The first,
`home`, has the value `IpAddrKind::V4` as its `kind`, with associated address