Skip to content

Commit

Permalink
introduce typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Aug 31, 2023
1 parent 9b8ee3f commit cfcb890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/atoc_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,11 @@ checkrows <- function(tmp) {
}
}

#' internal function for contructing longnames of routes
# TODO: make mode affect name
#' internal function for constructing longnames of routes
#'
#' @details
#' creates the long name of a route from appropriate variaibles
#' creates the long name of a route from appropriate variables
#'
#' @param routes routes data.frame
#' @param stop_times stop_times data.frame
Expand Down
2 changes: 1 addition & 1 deletion R/gtfs_split.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' For large regions GTFS files can get very big. This function splits a GTFS
#' object into a list of GTFS objects. It tries to balance the sizes of the
#' objects. Splits are made by agency_id so maximum number of splits equals
#' objects. Splits are made by agency_id so maximums number of splits equals
#' the number of unique agency_ids.
#'
#' @param gtfs a gtfs object
Expand Down

0 comments on commit cfcb890

Please sign in to comment.