Fix documentation about HTML escaping

This commit is contained in:
Kogia-sima 2020-06-16 13:51:18 +09:00
parent 455cb55de6
commit 0f3d0f7705
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! HTML escaping //! HTML escaping
//! //!
//! By default sailfish replaces the characters `&"<>` with the equivalent html. //! By default sailfish replaces the characters `&"'<>` with the equivalent html.
mod avx2; mod avx2;
mod fallback; mod fallback;