We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7738c commit c7da095Copy full SHA for c7da095
components/calendar/src/cal/chinese.rs
@@ -156,7 +156,7 @@ pub trait Rules: Clone + core::fmt::Debug + crate::cal::scaffold::UnstableSealed
156
/// [Purple Mountain Observatory for the years 1900-2025], as well as with
157
/// the data published by the [Hong Kong Observatory for the years 1901-2100].
158
///
159
-/// For years since 1912, this uses official the [GB/T 33661-2017] rules.
+/// For years since 1912, this uses the official [GB/T 33661-2017] rules.
160
/// As accurate computation is computationally expensive, years until
161
/// 2100 are precomputed, and after that this type regresses to a simplified
162
/// calculation. If accuracy beyond 2100 is required, clients
0 commit comments