Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Aug 1, 2024
1 parent 40d7d3f commit 6786084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_latest_resource_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ get_latest_resource_id <- function(dataset_name) {
) %>%
dplyr::mutate(most_recent_date_created = max(created_date))

# get the first row of the rources, this will be the same that appears on the top
# get the first row of the resources, this will be the same that appears on the top

Check warning on line 44 in R/get_latest_resource_id.R

View workflow job for this annotation

GitHub Actions / lint

file=R/get_latest_resource_id.R,line=44,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 85 characters.
# on the open data platform
all_id_data_first_row <- all_id_data %>%
dplyr::slice(1)
Expand Down

0 comments on commit 6786084

Please sign in to comment.