Skip to content

Commit

Permalink
docs: fix missing codeblock backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Sep 20, 2023
1 parent 7d1b60c commit 0b0514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use core::{

/// A `SmolStr` is a string type that has the following properties:
///
/// * `size_of::<SmolStr>() == 24 (therefor == size_of::<String>() on 64 bit platforms)
/// * `size_of::<SmolStr>() == 24` (therefor `== size_of::<String>()` on 64 bit platforms)
/// * `Clone` is `O(1)`
/// * Strings are stack-allocated if they are:
/// * Up to 23 bytes long
Expand Down

0 comments on commit 0b0514b

Please sign in to comment.