Skip to content

Commit

Permalink
Fix typo in nysiis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jun 27, 2023
1 parent 062eec5 commit d727a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nysiis.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @param modified if \code{TRUE}, use the modified NYSIIS algorithm
#' @param clean if \code{TRUE}, return \code{NA} for unknown alphabetical characters
#'
#' @details The \code{nysiis} function phentically encodes the given
#' @details The \code{nysiis} function phonetically encodes the given
#' string using the New York State Identification and Intelligence
#' System (NYSIIS) algorithm. The algorithm is based on the
#' implementation provided by Wikipedia and is implemented in pure R
Expand Down

0 comments on commit d727a43

Please sign in to comment.