Skip to content

Commit

Permalink
Use Fall 2023 as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Jul 31, 2023
1 parent 2db1d73 commit df3418a
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 df3418a

Please sign in to comment.