Skip to content

Commit

Permalink
πŸ“ Updating ADE Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatin020403 committed Sep 19, 2021
1 parent 8e7ecc4 commit f9a9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ You can build library with hardened asserts via
`-DFORCE_ADE_ASSERTS=ON` option, forcing `ADE_ASSERT` to be present
even in release builds.

This library only do error checking in debug or `FORCE_ADE_ASSERTS=ON`
This library only does error checking in debug or `FORCE_ADE_ASSERTS=ON`
builds due to performance reasons. Library doesn't process any user
input directly and doesn't read any files or sockets. If you want to
use this library to process any input from external source you must
Expand Down

0 comments on commit f9a9f34

Please sign in to comment.