about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Bucher <tobiasbucher5991@gmail.com>2024-12-21 11:08:42 +0100
committerTobias Bucher <tobiasbucher5991@gmail.com>2024-12-21 11:10:03 +0100
commitea75d051c633fe04820e4122255d7bb7b6c47598 (patch)
tree7273859a100a2fdde409a8eaee3472d0eaddf1b4
parentf35f8414aafcc033fa706cda31062a0aaf933176 (diff)
downloadrust-ea75d051c633fe04820e4122255d7bb7b6c47598.tar.gz
rust-ea75d051c633fe04820e4122255d7bb7b6c47598.zip
Fix compiler team name in target tier docs
-rw-r--r--src/doc/rustc/src/target-tier-policy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/target-tier-policy.md b/src/doc/rustc/src/target-tier-policy.md
index e9cf2a0d1ae..bdcf2c0b07e 100644
--- a/src/doc/rustc/src/target-tier-policy.md
+++ b/src/doc/rustc/src/target-tier-policy.md
@@ -119,7 +119,7 @@ To propose addition of a new target, open a pull request on [`rust-lang/rust`]:
   Link to the created description page.
 - Ensure the pull request is assigned to a member of the [Rust compiler team][rust_compiler_team] by commenting:
   ```text
-  r? compiler-team
+  r? compiler
   ```
 
 [tier3example]: https://github.com/rust-lang/rust/pull/94872