Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Jul 4, 2024
1 parent 29398c3 commit e8cac11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/parse_row_filters.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Create JSON 'dict' from named list or vector
#' @description Formats a list or named vector into a valid query
#' @param row_filters list or named vectors matching fileds to values
#' @param row_filters list or named vectors matching fields to values
#' @return a json as a character string
parse_row_filters <- function(row_filters) {
# exit function if no filters
Expand Down
2 changes: 1 addition & 1 deletion man/parse_row_filters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8cac11

Please sign in to comment.