From 1bb1a47ec3b301619bb39bd24ffe6bffd7465fea Mon Sep 17 00:00:00 2001 From: lcnr Date: Fri, 13 Jan 2023 10:23:54 +0100 Subject: [PATCH] Update src/solve/canonicalization.md Co-authored-by: Tshepang Mbambo --- src/doc/rustc-dev-guide/src/solve/canonicalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/solve/canonicalization.md b/src/doc/rustc-dev-guide/src/solve/canonicalization.md index ff8e02f7fc02..b81bc1cea7cc 100644 --- a/src/doc/rustc-dev-guide/src/solve/canonicalization.md +++ b/src/doc/rustc-dev-guide/src/solve/canonicalization.md @@ -3,6 +3,6 @@ While the exact approach to canonicalization for this solver will differ slightly wrt to lifetimes, please visit [the relevant chalk chapter][chalk] for now. -As of the 10th January 2023 canonicalization is not yet fully implemented for the solver. +As of 10 January 2023, canonicalization is not yet fully implemented for the solver. [chalk]: https://rust-lang.github.io/chalk/book/canonical_queries/canonicalization.html#canonicalization \ No newline at end of file