Skip to content

Commit 656ccbf

Browse files
fix typo
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent ccd8552 commit 656ccbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,11 +822,11 @@ impl RustwideBuilder {
822822
Ok(target_res)
823823
}
824824

825-
/// run the build with rustdoc JSON output for a specific target and directly upload the
825+
/// Run the build with rustdoc JSON output for a specific target and directly upload the
826826
/// build log & the JSON files.
827827
///
828828
/// The method only returns an `Err` for internal errors that should be retryable.
829-
/// For all build errors we would just upload the log file and still return Ok(())
829+
/// For all build errors we would just upload the log file and still return `Ok(())`.
830830
#[instrument(skip(self, build))]
831831
#[allow(clippy::too_many_arguments)]
832832
fn execute_json_build(

0 commit comments

Comments
 (0)