Skip to content

Commit

Permalink
Update templates.ts (#1447)
Browse files Browse the repository at this point in the history
Jupiter is still the 5th planet.
  • Loading branch information
fry69 authored Jun 11, 2024
1 parent d9ff68c commit 5935206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/autocomplete/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ function sum(tree: Tree<number>): number {
## EXAMPLE QUERY:
The 4th {{FILL_HERE}} is Jupiter.
The 5th {{FILL_HERE}} is Jupiter.
## CORRECT COMPLETION:
<COMPLETION>the 4th planet after Mars</COMPLETION>
<COMPLETION>the 5th planet after Mars</COMPLETION>
## EXAMPLE QUERY:
Expand Down

1 comment on commit 5935206

@pzaback
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just happened to notice this commit message in the graph and felt obligated to let you know I thoroughly enjoyed it. While typing this message, I realized that there remain a couple issues with this example that I'll propose a patch for.

Please sign in to comment.