Typo on TextEdit doc

Fixes extra `  after link.
This commit is contained in:
claudex 2024-04-17 15:14:42 +02:00 committed by Olivier Goffart
parent 1cb57a4505
commit 2b81d5359d

View file

@ -1,7 +1,7 @@
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
## `TextEdit`
Similar to [`LineEdit`](#lineedit)`, but can be used to enter several lines of text
Similar to [`LineEdit`](#lineedit), but can be used to enter several lines of text
_Note:_ The current implementation only implement very few basic shortcut. More
shortcut will be implemented in a future version: <https://github.com/slint-ui/slint/issues/474>