From 659f767f35d8e91f7145fd35062cd2e28bdfc307 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 20 Apr 2024 21:21:11 +0900 Subject: [PATCH] doc: fix typo --- src/tutorial.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial.rs b/src/tutorial.rs index 8b96c09..23b44ed 100644 --- a/src/tutorial.rs +++ b/src/tutorial.rs @@ -555,7 +555,7 @@ StringRecord(["Oakman", "AL", "", "33.7133333", "-87.3886111"]) ``` If you ever need to access the header record directly, then you can use the -[`Reader::header`](../struct.Reader.html#method.headers) +[`Reader::headers`](../struct.Reader.html#method.headers) method like so: ```no_run