mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
Help: Use new format functions.
This commit is contained in:
parent
30b9dff5aa
commit
c776d76b71
Notes:
sideshowbarker
2024-07-19 02:01:23 +09:00
Author: https://github.com/asynts
Commit: c776d76b71
Pull-request: https://github.com/SerenityOS/serenity/pull/3696
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/emanuele6
5 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
String ManualSectionNode::path() const
|
||||
{
|
||||
return String::format("/usr/share/man/man%s", m_section.characters());
|
||||
return String::formatted("/usr/share/man/man{}", m_section);
|
||||
}
|
||||
|
||||
void ManualSectionNode::reify_if_needed() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue