diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-08-22 06:42:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 06:42:57 +0000 |
| commit | e408b25c42e6e20c3be36d4e814f0d8cf9c17b29 (patch) | |
| tree | 22cea58e74d4f81fe2290cda9e355766975f764e | |
| parent | 9759df692411c70f31b5282e0421483c51c3a18e (diff) | |
| parent | ffbbbdc381fe7e42dc935ad424c04b4337d10f13 (diff) | |
| download | rust-e408b25c42e6e20c3be36d4e814f0d8cf9c17b29.tar.gz rust-e408b25c42e6e20c3be36d4e814f0d8cf9c17b29.zip | |
chore: remove redundant word in comment (#15530)
remove redundant word in comment changelog: none
| -rw-r--r-- | .github/workflows/feature_freeze.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/feature_freeze.yml b/.github/workflows/feature_freeze.yml index ec59be3e7f6..5b139e76700 100644 --- a/.github/workflows/feature_freeze.yml +++ b/.github/workflows/feature_freeze.yml @@ -16,7 +16,7 @@ jobs: permissions: pull-requests: write - # Do not in any case add code that runs anything coming from the the content + # Do not in any case add code that runs anything coming from the content # of the pull request, as malicious code would be able to access the private # GitHub token. steps: |
