Skip to content

Commit

Permalink
Fix partial argument name
Browse files Browse the repository at this point in the history
Closes #135.
  • Loading branch information
gaborcsardi committed Sep 28, 2022
1 parent 2caa09f commit cf0b795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ansi-palette.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ truecolor <- as.integer(256 ^ 3)
ansi_palettes <- rbind(
utils::read.table(
"tools/ansi-palettes.txt",
comment = ";",
comment.char = ";",
stringsAsFactors = FALSE
),
utils::read.table(
"tools/ansi-iterm-palettes.txt",
comment = ";",
comment.char = ";",
stringsAsFactors = FALSE
)
)
Expand Down

0 comments on commit cf0b795

Please sign in to comment.