Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 27, 2024
1 parent 5ea5c9a commit 1617120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
curl_parse_url <- function(url, baseurl = NULL, decode = TRUE, params = TRUE){
stopifnot(is.character(url))
stopifnot(length(url) == 1)
baseurl < as.character(baseurl)
baseurl <- as.character(baseurl)

# Workaround for #366
if(length(baseurl) && substr(url, 1, 1) == '#'){
Expand Down

0 comments on commit 1617120

Please sign in to comment.