Minor cleanup
This commit is contained in:
parent
9f4babb41f
commit
9ab794a75a
@ -128,9 +128,9 @@ impl Address<'_> {
|
||||
///
|
||||
/// # 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> {
|
||||
let cellid = conversions::lat_lon_to_cellid(lat, lon)?;
|
||||
|
@ -2321,6 +2321,7 @@ OP
|
||||
OPHTHALMOLOGY
|
||||
OPIUM
|
||||
OPPOSING
|
||||
OPPOSITION
|
||||
OPPRESSION
|
||||
OPT
|
||||
OR
|
||||
|
|
Loading…
Reference in New Issue
Block a user