Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cregouby committed Sep 5, 2024
1 parent d00b86e commit b922e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Fast Text Tokenization
Version: 0.1.4.9000
Authors@R: c(
person("Daniel", "Falbel", , "daniel@posit.co", c("aut", "cre")),
person("Regouby", "christophe", , "christophe.regouby@free.fr", c("ctb")),
person("Regouby", "Christophe", , "christophe.regouby@free.fr", c("ctb")),
person(family = "Posit", role = c("cph"))
)
Description:
Expand Down
7 changes: 3 additions & 4 deletions tests/testthat/test-message-translations.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ test_that("R-level cli_abort messages are correctly translated in FR", {
withr::with_language(lang = "fr",
expect_error(
tok$train(temp_json, temp_json),
regexp = "doit hériter de",
fixed = TRUE
)
)
regexp = "doit hériter de",
fixed = TRUE
))
})
})

Expand Down

0 comments on commit b922e9c

Please sign in to comment.