Skip to content

Commit

Permalink
Merge pull request #12 from fummicc1/fix-comment
Browse files Browse the repository at this point in the history
Update comments
  • Loading branch information
fummicc1 authored Dec 18, 2024
2 parents 25d4dcd + fafac7e commit 41a7dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GeoHashFramework/GeoHash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public struct GeoHash: Sendable, Hashable {

/// Base32 characters used to hash
///
// a and o are omitted
// a, i, l and o are omitted
package static let base32Chars = "0123456789bcdefghjkmnpqrstuvwxyz"

/// Create a GeoHash from a string.
Expand Down

0 comments on commit 41a7dc8

Please sign in to comment.