From b94d358423160694c44694611e13dcbc99da7b55 Mon Sep 17 00:00:00 2001 From: Smitty Date: Sat, 25 Dec 2021 11:38:50 -0500 Subject: [PATCH] fix typo in docs --- src/entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity.rs b/src/entity.rs index 4aaaf1e..e6299d1 100755 --- a/src/entity.rs +++ b/src/entity.rs @@ -48,7 +48,7 @@ pub enum ClaimValueData { lon: f64, /// How many degrees of distance of precision there are. precision: f64, - /// The globe the coordnaties are on, usually usually [Earth](consts::EARTH). + /// The globe the coordnaties are on, usually [Earth](consts::EARTH). globe: Qid, }, /// A Wikidata item.