Skip to content

Commit ebb9aa9

Browse files
committed
Fix the docstring for ChebHash.
1 parent 37339dc commit ebb9aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function_hashing/chebhash.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const _valid_ChebHash_similarities = (
4646
@doc """
4747
ChebHash(sim, args...; interval=$(_DEFAULT_CHEBHASH_INTERVAL), kws...)
4848
49-
Samples a hash function from an LSH family for the similarity `sim` defined over the function space ``L^p_{\\mu}(\\Omega)``. `sim` may be one of the following:
49+
Samples a hash function from an LSH family for the similarity `sim` defined over the function space ``L^p_{\\mu}(\\Omega)``. `sim` may be one of the following:
5050
$(
5151
join(
5252
["- `" * sim * "`" for sim in (_valid_ChebHash_similarities[1] .|>

0 commit comments

Comments
 (0)