Skip to content

Commit

Permalink
fixing small typo in vehicle_utils comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Jan 15, 2025
1 parent 29426a0 commit 35f1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/vehicle_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ fn get_response<S: AsRef<str>>(url: S) -> Result<Response, OtherError> {
}

/// Returns a list of vehicle file names in the Fastsim Vehicle Repo, or,
/// optionally, a different GitHub repo, ~in which case the url provided needs to
/// optionally, a different GitHub repo, in which case the url provided needs to
/// be the url for the file tree within GitHub for the root folder the Rust
/// objects, for example
/// "https://api.github.com/repos/NREL/fastsim-vehicles/contents/public"
Expand Down

0 comments on commit 35f1d44

Please sign in to comment.