Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Functions as Data/find/task-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ files:
placeholder_text: /* Find a cat which is white and fluffy */
- offset: 317
length: 91
placeholder_text: /* Find a cat which is abyssinian and calico */
placeholder_text: /* Check if the cat is calico and persian */
- offset: 477
length: 34
placeholder_text: /* Find a cat which is abyssinian and calico */
placeholder_text: /* Find a cat which is calico and persian */
- name: test/FindTaskTest.scala
visible: false
- name: build.sbt
Expand Down
2 changes: 1 addition & 1 deletion Functions as Data/find/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Now, imagine that we are willing to adopt any cat from the animal shelter that i
Implement the corresponding functions.

<div class="hint">
Use the `contains` method to check if a cat is fluffy.
Use the <code>contains</code> method to check if a cat is fluffy.
</div>