Skip to content

Commit 44c2eb9

Browse files
committed
Move parenthesized statement within sentence.
1 parent 8a472a5 commit 44c2eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/macros.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ pub mod builtin {
458458

459459
/// Parse a file as an expression or an item according to the context.
460460
///
461-
/// The file is located relative to the current file. (similarly to how
462-
/// modules are found)
461+
/// The file is located relative to the current file (similarly to how
462+
/// modules are found).
463463
///
464464
/// Using this macro is often a bad idea, because if the file is
465465
/// parsed as an expression, it is going to be placed in the

0 commit comments

Comments
 (0)