Skip to content

Commit 73b656b

Browse files
authored
Fix small typo in comment
1 parent 10e2c72 commit 73b656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ impl Builder {
326326
/// Sets the size of the stack (in bytes) for the new thread.
327327
///
328328
/// The actual stack size may be greater than this value if
329-
/// the platform specifies minimal stack size.
329+
/// the platform specifies a minimal stack size.
330330
///
331331
/// For more information about the stack size for threads, see
332332
/// [this module-level documentation][stack-size].

0 commit comments

Comments
 (0)