From f43d6a2b04aad7bf53cc3a01c06e9e8353bd2200 Mon Sep 17 00:00:00 2001 From: Yuuki Toriyama Date: Wed, 30 Oct 2024 06:44:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20rustdoc=E3=81=AETypo=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `軽度` -> `経度` --- core/src/domain/common/latlng.rs | 2 +- core/src/experimental/parser.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/domain/common/latlng.rs b/core/src/domain/common/latlng.rs index 3308ef49..dfa82d34 100644 --- a/core/src/domain/common/latlng.rs +++ b/core/src/domain/common/latlng.rs @@ -2,6 +2,6 @@ pub struct LatLng { /// 緯度 pub(crate) latitude: f64, - /// 軽度 + /// 経度 pub(crate) longitude: f64, } diff --git a/core/src/experimental/parser.rs b/core/src/experimental/parser.rs index f6e02bbe..f5ca90ca 100644 --- a/core/src/experimental/parser.rs +++ b/core/src/experimental/parser.rs @@ -113,9 +113,9 @@ pub struct Metadata { /// 住所のパースに成功し、緯度経度の情報が取得できる場合、緯度を返します。 /// 緯度経度の情報はあくまで検出できた地域の代表点を表すものであり、入力された住所の実際の位置とは必ずしも一致しないことに注意してください。 pub latitude: Option, - /// 軽度 + /// 経度 /// - /// 住所のパースに成功し、緯度経度の情報が取得できる場合、軽度を返します。 + /// 住所のパースに成功し、緯度経度の情報が取得できる場合、経度を返します。 /// 緯度経度の情報はあくまで検出できた地域の代表点を表すものであり、入力された住所の実際の位置とは必ずしも一致しないことに注意してください。 pub longitude: Option, /// パース処理の深度