Minor typo fix tests/main.rs (#932)

This commit is contained in:
Wuping Xin 2022-06-02 14:48:57 -04:00 committed by GitHub
parent 7bdca2411f
commit 5d1038d57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ fn check_proposals() -> Result<()> {
Ok(())
}
/// Verify lane-chaging behavior is overall reasonable, by asserting all cars and bikes can
/// Verify lane-changing behavior is overall reasonable, by asserting all cars and bikes can
/// complete their trip under a time limit.
fn test_lane_changing(map: &Map) -> Result<()> {
// This uses a fixed RNG seed