Skip to content

Commit 427c00b

Browse files
committed
Fix descriptions for in / not in list asserts
1 parent 3633352 commit 427c00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/rsp/testing/asserts.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ endif ()
171171

172172
if (NOT COMMAND "assert_in_list")
173173

174-
#! assert_in_list : Assert key (value) to be inlist
174+
#! assert_in_list : Assert key (value) to be in given list
175175
#
176176
# @see https://cmake.org/cmake/help/latest/command/if.html#in-list
177177
#
@@ -196,7 +196,7 @@ endif ()
196196

197197
if (NOT COMMAND "assert_not_in_list")
198198

199-
#! assert_not_in_list : Assert key (value) not to be inlist
199+
#! assert_not_in_list : Assert key (value) not to be in given list
200200
#
201201
# @see https://cmake.org/cmake/help/latest/command/if.html#in-list
202202
#

0 commit comments

Comments
 (0)