make stock_string_repl_str2() public as the other members

This commit is contained in:
B. Petersen
2019-10-09 01:26:14 +02:00
committed by holger krekel
parent c8d296ea0e
commit 469f8ac31d

View File

@@ -192,7 +192,7 @@ impl Context {
/// placeholders with the string in `insert` and does the same for
/// `%2$s`, `%2$d` and `%2$@` for `insert2`.
/// (the `%1$@` variant is used on iOS, the other are used on Android and Desktop)
fn stock_string_repl_str2(
pub fn stock_string_repl_str2(
&self,
id: StockMessage,
insert: impl AsRef<str>,