fix typo in docs

This commit is contained in:
Smitty 2021-12-25 11:38:50 -05:00
parent 2a9c8c7aea
commit b94d358423

View file

@ -48,7 +48,7 @@ pub enum ClaimValueData {
lon: f64, lon: f64,
/// How many degrees of distance of precision there are. /// How many degrees of distance of precision there are.
precision: f64, 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, globe: Qid,
}, },
/// A Wikidata item. /// A Wikidata item.