Fix reference documentation mathematical error (#5072)

This commit is contained in:
Aaron Manning 2024-09-30 21:41:59 +10:00 committed by GitHub
parent 0b151b866a
commit d5b1bf314e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ use crate::text::TextElem;
/// == Performance <perf>
/// @slow demonstrates what slow
/// software looks like.
/// $ O(n) = 2^n $ <slow>
/// $ T(n) = O(2^n) $ <slow>
///
/// #bibliography("works.bib")
/// ```