Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix doc comment for exception::line_number() (#901)
The documentation comment for `exception::line_number()` in `include/etl/exception.h` states falsely that the return type for the function is a `const char*`. It should state that the return type is `numeric_type`, which is an `int`. So change the documentation comment to reflect that the return type is an `int`.
- Loading branch information