Skip to content

Commit b86027b

Browse files
committed
Fix documentation typo
1 parent 47b127f commit b86027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Porting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ to resolve. These warnings take the form:
5555
> ⚠️ WARNING: Platform-specific implementation missing: ...
5656
5757
These warnings may be emitted by our internal C++ module (`_TestingInternals`)
58-
or by our library module (`Testing`). Both indicate areas of our code that needs
58+
or by our library module (`Testing`). Both indicate areas of our code that need
5959
platform-specific attention.
6060

6161
Most platform dependencies can be resolved through the use of platform-specific

0 commit comments

Comments
 (0)