Skip to content

Commit 0242b4e

Browse files
authored
docs: add missing comma
1 parent 454bb23 commit 0242b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clang-tools-manager/src/downloader/static_dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub enum StaticDistDownloadError {
1919
UnsupportedVersion,
2020

2121
/// The static binaries are only built for
22-
/// x86_64 and aarch64 architecture on Linux MacOS, and Windows.
22+
/// x86_64 and aarch64 architecture on Linux, MacOS, and Windows.
2323
#[error("The static binaries are not built for {OS} {ARCH} architecture")]
2424
UnsupportedArchitecture,
2525

0 commit comments

Comments
 (0)