Skip to content

Commit a1100f1

Browse files
author
Benjamin Herr
committed
STYLE.md: Fix typo.
1 parent 7bb13bf commit a1100f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Rust examples are tested via rustdoc, and should include the appropriate annotat
4747
* `compile_fail` — The example is expected to fail to compile.
4848
* `ignore` — The example shouldn't be built or tested.
4949
This should be avoided if possible.
50-
Usually this is only necessary when the testing framework does not support it (such as external crates or modules, or a proc-macro), or it contains psuedo-code which is not valid Rust.
50+
Usually this is only necessary when the testing framework does not support it (such as external crates or modules, or a proc-macro), or it contains pseudo-code which is not valid Rust.
5151
An HTML comment such as `<!-- ignore: requires extern crate -->` should be placed before the example to explain why it is ignored.
5252

5353
See the [rustdoc documentation] for more detail.

0 commit comments

Comments
 (0)