Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed May 5, 2023
1 parent 8787d48 commit cc404be
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 @@ -58,7 +58,7 @@ assert_eq!(val.get(&Some("last".to_string())).unwrap().raw_uri, "https://api.git
```

The parsed value is a `Result<HashMap<Option<Rel>, Link>, Error>` (aka a
`LinkMap`, which `Rel` and `Link` is:
[`LinkMap`](https://docs.rs/parse_link_header/latest/parse_link_header/type.LinkMap.html)), which `Rel` and `Link` is:

```rust
use std::collections::HashMap;
Expand Down

0 comments on commit cc404be

Please sign in to comment.