Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jan 30, 2024
1 parent 9760fdf commit f5c1504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,15 +1011,15 @@ jobs:
with:
tool: cargo-spellcheck
- uses: actions/checkout@v4
- name: Make sure dictionary is sorted and unique
- name: Make sure dictionary words are sorted and unique
run: |
# `sed` removes the first line (number of words) and
# the last line (new line).
#
# `sort` makes sure everything in between is sorted
# and contains no duplicates.
#
# Since `sort` is sensitive to locale, we set the it
# Since `sort` is sensitive to locale, we set it
# using LC_ALL to en_US.UTF8 to be consistent in different
# environments.
Expand Down

0 comments on commit f5c1504

Please sign in to comment.