Skip to content

Commit

Permalink
docs: corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ugurakin1 committed Oct 28, 2024
1 parent 6c60222 commit 308bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/base.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ export enum ExerciseRouteResultType {
}

export interface ExerciseRoute {
type?: ExerciseRouteResultType; // Nullable for write-only, reads always populate this
type?: ExerciseRouteResultType; // ReadRecord(s) will always populate this, write and readExerciseRoute will not
route: Location[];
}

0 comments on commit 308bcd1

Please sign in to comment.