Skip to content

Commit

Permalink
Update PAL.md
Browse files Browse the repository at this point in the history
Revert "three" to "3".
  • Loading branch information
cpfister authored and aajain-com committed Dec 20, 2019
1 parent ec5b0f3 commit d12dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/PAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Additional platforms can be supported by providing a custom PAL implementation.

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

### Configuration and weak symbols
Expand Down

0 comments on commit d12dae2

Please sign in to comment.