about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-01-02 10:30:51 +0200
committerJakub Beránek <berykubik@gmail.com>2025-01-05 17:51:45 +0100
commitf46e4aa3a975386819dbcea02f31669d58f2b87c (patch)
treed45604b8fd5ca9cfcc92dae7c11f112570a6d728
parenta5207d30d344cfd89e15f581f2ce07e149d56c33 (diff)
downloadrust-f46e4aa3a975386819dbcea02f31669d58f2b87c.tar.gz
rust-f46e4aa3a975386819dbcea02f31669d58f2b87c.zip
fix comment
-rw-r--r--src/doc/rustc-dev-guide/src/solve/normalization.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/normalization.md b/src/doc/rustc-dev-guide/src/solve/normalization.md
index 857c2729227..99dc20c46b5 100644
--- a/src/doc/rustc-dev-guide/src/solve/normalization.md
+++ b/src/doc/rustc-dev-guide/src/solve/normalization.md
@@ -1,7 +1,6 @@
 # Normalization in the new solver
 
-> **NOTE**: FIXME: The content of this chapter has some been changed quite
-significantly since it was written.
+> FIXME: Normalization has been changed significantly since this chapter was written.
 
 With the new solver we've made some fairly significant changes to normalization when compared
 to the existing implementation.