We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09ff51 commit 18fea52Copy full SHA for 18fea52
cmake/rsp/logging.cmake
@@ -135,7 +135,7 @@ endif ()
135
136
if (NOT COMMAND "warning")
137
138
- #! warning : Log an "warning" level message - Exceptional occurrences that are not errors.
+ #! warning : Log a "warning" level message - Exceptional occurrences that are not errors.
139
#
140
# @see log()
141
@@ -161,7 +161,7 @@ endif ()
161
162
if (NOT COMMAND "notice")
163
164
- #! notice : Log an "notice" level message - Normal but significant events.
+ #! notice : Log a "notice" level message - Normal but significant events.
165
166
167
0 commit comments