fix typo in doc comment

This commit is contained in:
Andrew Kelley 2020-01-29 12:25:25 -05:00
parent 0cc2489d22
commit 34706dad3f
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -1,6 +1,6 @@
pub usingnamespace @import("builtin");
/// Deprecated: use `std.Target.Os`.
/// Deprecated: use `std.Target`.
pub const Target = std.Target;
/// Deprecated: use `std.Target.Os`.