docs: fix punctuation in canvas.rs documentation (#1583)

Fix end of sentence punctuation in canvas.rs docs.
This commit is contained in:
dawe 2024-12-21 09:49:44 +01:00 committed by GitHub
parent 5f57d35234
commit 03066d81bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -574,7 +574,7 @@ impl<'a> Context<'a> {
/// set of symbols. If your terminal or font does not support this unicode block, you will see
/// unicode replacement characters (<28>) instead of braille dots. The Braille patterns provide a more
/// fine grained result (2x4 dots) but you might want to use a simple dot, block, or bar instead by
/// calling the [`marker`] method if your target environment does not support those symbols,
/// calling the [`marker`] method if your target environment does not support those symbols.
///
/// See [Unicode Braille Patterns](https://en.wikipedia.org/wiki/Braille_Patterns) for more info.
///