Minor cleanup

This commit is contained in:
Austen Adler 2023-03-11 16:42:52 -05:00
parent 9f4babb41f
commit 9ab794a75a
2 changed files with 3 additions and 2 deletions

View File

@ -128,9 +128,9 @@ impl Address<'_> {
/// ///
/// # Errors /// # Errors
/// ///
/// This will return [`Error::InvalidLatLng`] when the latitude or longitude are not valid /// This will return [`Error::NaNLatLng`] when the latitude or longitude are not valid
/// ///
/// See [`Error::InvalidLatLng`] for the valid values /// See [`Error::NaNLatLng`] for the valid values
pub fn from_lat_lon(lat: f64, lon: f64) -> Result<Self, Error> { pub fn from_lat_lon(lat: f64, lon: f64) -> Result<Self, Error> {
let cellid = conversions::lat_lon_to_cellid(lat, lon)?; let cellid = conversions::lat_lon_to_cellid(lat, lon)?;

View File

@ -2321,6 +2321,7 @@ OP
OPHTHALMOLOGY OPHTHALMOLOGY
OPIUM OPIUM
OPPOSING OPPOSING
OPPOSITION
OPPRESSION OPPRESSION
OPT OPT
OR OR

1 WORD
2321 OPHTHALMOLOGY
2322 OPIUM
2323 OPPOSING
2324 OPPOSITION
2325 OPPRESSION
2326 OPT
2327 OR