Skip to content

Commit 6a11bcf

Browse files
authored
Merge pull request #49 from jetbrains-academy/konstantin/fix-edc-1139
Fix placeholders mismatches
2 parents b00af24 + 1f6c6e6 commit 6a11bcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Functions as Data/find/task-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ files:
1111
placeholder_text: /* Find a cat which is white and fluffy */
1212
- offset: 317
1313
length: 91
14-
placeholder_text: /* Find a cat which is abyssinian and calico */
14+
placeholder_text: /* Check if the cat is calico and persian */
1515
- offset: 477
1616
length: 34
17-
placeholder_text: /* Find a cat which is abyssinian and calico */
17+
placeholder_text: /* Find a cat which is calico and persian */
1818
- name: test/FindTaskTest.scala
1919
visible: false
2020
- name: build.sbt

Functions as Data/find/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Now, imagine that we are willing to adopt any cat from the animal shelter that i
2727
Implement the corresponding functions.
2828

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

0 commit comments

Comments
 (0)