Skip to content

Commit

Permalink
Fix README rendering on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 31, 2020
1 parent dc2b58f commit 81d4f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Out-of-box the following types are supported:
| `NonZeroU32` | `u32` |
| `std::net::Ipv4Addr` | `u32` |
| `std::net::Ipv6Addr` | `u128` |
| `std::net::IpAddr` | `{is_ipv4: u8, value: {u32 | u128}}` |
| `std::net::IpAddr` | `{is_ipv4: u8, value: {u32 or u128}}` |
| `std::time::Duration` | `{secs: u64, subsec_nanos: u32}` |
| `std::time::SystemTime` | `std::time::Duration` since `UNIX_EPOCH` |

Expand Down

0 comments on commit 81d4f02

Please sign in to comment.