Skip to content

Commit a1d29ff

Browse files
committed
fix: Spelling
1 parent fce0ec1 commit a1d29ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ The Testing DevEx team has done some brainstorming on this problem
364364
- Building doctest support into the compiler,
365365
parsing `#[doc]` attributes and generating `#[test]` functions for them
366366
- Allows doctests on internal items and binary targets
367-
- Doesn't allow for the "pubic interface" testing unless Rustc also links to the original lib or do some import path hackery
367+
- Doesn't allow for the "public interface" testing unless Rustc also links to the original lib or do some import path hackery
368368
- Has issues with features like `compile_fail` and per-doctest Editions
369369
- Using `rustdoc --output-format=doctest` to extract doctests, generate test files, build, and then run those ([rust#134529](https://github.com/rust-lang/rust/issues/134529))
370370

0 commit comments

Comments
 (0)