Skip to content

Commit f007ccf

Browse files
authored
Fix typos in GeoJson (Azure#23876)
1 parent 526eba8 commit f007ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/core/Azure.Core/src/GeoJson/GeoBoundingBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public override int GetHashCode()
8888
}
8989

9090
/// <summary>
91-
/// Gets the component of the <see cref="GeoBoundingBox"/> based on it's index.
91+
/// Gets the component of the <see cref="GeoBoundingBox"/> based on its index.
9292
/// </summary>
9393
/// <param name="index">The index of the bounding box component.</param>
9494
public double this[int index]

sdk/core/Azure.Core/src/GeoJson/GeoPosition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Azure.Core.GeoJson
77
{
88
/// <summary>
9-
/// Represents a single spatial position with altitude, longitude, and optional latitude.
9+
/// Represents a single spatial position with latitude, longitude, and optional altitude.
1010
/// </summary>
1111
public readonly struct GeoPosition : IEquatable<GeoPosition>
1212
{

0 commit comments

Comments
 (0)