Skip to content
Snippets Groups Projects
Commit 2e63f8a3 authored by Dennis Walvoort's avatar Dennis Walvoort
Browse files

typo in comments

parent 6743062d
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ setMethod(
# Assign centroids outside the target universe to the nearest
# cell within the target universe. To simplify things, the Euclidean
# distance will used until a better solution has been found for
# distance will be used until a better solution has been found for
# handling these kinds of centroids
isOutsideTargetUniverse <- is.na(centroids %over% geometry(x@cells))
if (any(isOutsideTargetUniverse)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment