Skip to content

Commit

Permalink
Corrected spelling of Jaro-Winkler
Browse files Browse the repository at this point in the history
  • Loading branch information
bzki committed Sep 24, 2020
1 parent 7d3dc4d commit 3ebcdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/R/doc_metrics.R
Expand Up @@ -39,7 +39,7 @@
#' \code{qgram} \tab \eqn{q}-gram distance. \cr
#' \code{cosine} \tab cosine distance between \eqn{q}-gram profiles \cr
#' \code{jaccard} \tab Jaccard distance between \eqn{q}-gram profiles \cr
#' \code{jw} \tab Jaro, or Jaro-Winker distance.\cr
#' \code{jw} \tab Jaro, or Jaro-Winkler distance.\cr
#' \code{soundex} \tab Distance based on soundex encoding (see below)
#' }
#'
Expand Down

0 comments on commit 3ebcdf9

Please sign in to comment.