Skip to content

Commit

Permalink
Use Fall 2023 as an example (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Aug 2, 2023
1 parent a2abbbe commit 842287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<p>
Filter by specific attributes like
<QueryLink bind:query value={`@subject:compsci`} />,
<QueryLink bind:query value={`@semester:"fall 2022"`} />, and
<QueryLink bind:query value={`@semester:"fall 2023"`} />, and
<QueryLink bind:query value={`@level:{graduate}`} />.
</p>
<p>
Expand Down

0 comments on commit 842287c

Please sign in to comment.