Skip to content

Commit

Permalink
change classname to UpperCamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebright committed Mar 4, 2024
1 parent 50021e7 commit 766e419
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/fireworks.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fireworks <- function(id, width = "100%", height = "400px", options = list()) {
#' @import R6
#' @export
Fireworks <- R6::R6Class(
"fireworks",
"Fireworks",
public = list(
#' @details
#' Create fireworks.
Expand Down
24 changes: 12 additions & 12 deletions man/fireworksClass.Rd

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

0 comments on commit 766e419

Please sign in to comment.