Skip to content

Commit e93b0aa

Browse files
Update crates/turborepo-lib/src/config/mod.rs
Co-authored-by: Nicholas Yang <[email protected]>
1 parent 2f4600a commit e93b0aa

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-lib/src/config

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const DEFAULT_UPLOAD_TIMEOUT: u64 = 60;
185185
// want to display and what fields they want to include.
186186
#[derive(Deserialize, Default, Debug, PartialEq, Eq, Clone, Iterable, Merge, Setters)]
187187
#[serde(rename_all = "camelCase")]
188-
// Generate setters for the builder type the set these values on it's override_config field
188+
// Generate setters for the builder type that set these values on its override_config field
189189
#[setters(
190190
prefix = "with_",
191191
generate_delegates(ty = "TurborepoConfigBuilder", field = "override_config")

0 commit comments

Comments
 (0)