Skip to content

Commit

Permalink
fix cue invalid whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Nov 2, 2023
1 parent 0d8a749 commit d0707be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/cue/reference/remap/functions/contains_all.cue
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ remap: functions: contains_all: {
title: "String contains all"
source: #"""
contains_all("The Needle In The Haystack", ["Needle", "Haystack"])
"""#
"""#
return: true
},
{
title: "String contains all (case sensitive)"
source: #"""
contains_all("the NEEDLE in the haystack", ["needle", "haystack"])
"""#
"""#
return: false
},
]
Expand Down

0 comments on commit d0707be

Please sign in to comment.