soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
76 stars 6 forks source link

fixed `String` as a parameter type to `&str` #133

Closed lukasvrenner closed 5 months ago

lukasvrenner commented 5 months ago

it is better to use &str rather than String as a parameter type.

soupslurpr commented 5 months ago

Thanks, missed that one.