Skip to content

Commit d12dae2

Browse files
cpfisteraajain-com
authored andcommitted
Update PAL.md
Revert "three" to "3".
1 parent ec5b0f3 commit d12dae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/PAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Additional platforms can be supported by providing a custom PAL implementation.
2020

2121
The PAL abstracts all relevant aspects of the underlying platform. Currently the PAL attempts to avoid
2222
memory allocations. This is not necessarily a design goal we'll maintain going forward. The
23-
PAL has three build types: Test, Debug, and Release. Test uses the Mock PAL and is used for unit
23+
PAL has 3 build types: Test, Debug, and Release. Test uses the Mock PAL and is used for unit
2424
tests. Debug and Release use platform-specific backends.
2525

2626
### Configuration and weak symbols

0 commit comments

Comments
 (0)