Skip to content

Commit

Permalink
Correct README about hints, fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankSpruce committed May 27, 2024
1 parent fa4e0e0 commit 2873d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ list_expansion: favour-expansion
# ./src/cmake/stubs/try_to_win_best_picture_academy_award.cmake
# A stub for some external command out of our control
function(try_to_win_best_picture_academy_award)
# gersemi: hint { CAST: pairs, SUMMARY: command_line }
# gersemi: hints { CAST: pairs, SUMMARY: command_line }
set(options FOREIGN_LANGUAGE)
set(oneValueArgs GENRE YEAR)
set(multiValueArgs DIRECTORS CAST SUMMARY)
Expand Down Expand Up @@ -490,7 +490,7 @@ cmake_parse_arguments(THIS_FUNCTION_PREFIX "${options}" "${oneValueArgs}" "${mul
endfunction()
function(movie_description_with_hints)
# gersemi: hint { CAST: pairs, SUMMARY: command_line }
# gersemi: hints { CAST: pairs, SUMMARY: command_line }
set(options "")
set(oneValueArgs DIRECTOR)
set(multiValueArgs CAST SUMMARY)
Expand Down

0 comments on commit 2873d51

Please sign in to comment.