about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-08-21 09:55:27 +0200
committerRalf Jung <post@ralfj.de>2023-08-21 13:55:17 +0200
commit44cc3105b13f0e2dcc9aec8d019dc40011104bc5 (patch)
tree8e2457a095b3280400911ae768bc5626a62b8ace
parentc40cfcf0494ff7506e753e750adb00eeea839f9c (diff)
downloadrust-44cc3105b13f0e2dcc9aec8d019dc40011104bc5.tar.gz
rust-44cc3105b13f0e2dcc9aec8d019dc40011104bc5.zip
stable_mir: docs clarification
-rw-r--r--compiler/rustc_smir/src/stable_mir/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_smir/src/stable_mir/mod.rs b/compiler/rustc_smir/src/stable_mir/mod.rs
index 19061742b64..2ae334c6a95 100644
--- a/compiler/rustc_smir/src/stable_mir/mod.rs
+++ b/compiler/rustc_smir/src/stable_mir/mod.rs
@@ -1,6 +1,6 @@
 //! Module that implements the public interface to the Stable MIR.
 //!
-//! This module shall contain all type definitions and APIs that we expect 3P tools to invoke to
+//! This module shall contain all type definitions and APIs that we expect third-party tools to invoke to
 //! interact with the compiler.
 //!
 //! The goal is to eventually move this module to its own crate which shall be published on