Skip to content

Commit 0b6f7b8

Browse files
authored
Fix typo (#232)
1 parent 8af2507 commit 0b6f7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/dbscan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A cluster, which is a subset of the given set of points, satisfies two
2323
properties:
2424
1. All points within the cluster are mutually *density-connected*,
2525
meaning that for any two distinct points ``p`` and ``q`` in a
26-
cluster, there exists a point ``o`` sucht that both ``p`` and ``q``
26+
cluster, there exists a point ``o`` such that both ``p`` and ``q``
2727
are density reachable from ``o``.
2828
2. If a point is density-connected to any point of a cluster, it is
2929
also part of that cluster.

0 commit comments

Comments
 (0)