Skip to content

Commit 8fc1ab4

Browse files
committed
s/ロケール/ロケールオブジェクト/
1 parent 5228f32 commit 8fc1ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/regex/regex_traits/getloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ locale_type getloc() const;
1414

1515

1616
##戻り値
17-
[`imbue()`](./imbue.md)メンバ関数によってすでにロケールがある場合は、そのコピーを返す。そうでない場合、グローバルロケールのコピーを返す
17+
[`imbue()`](./imbue.md)メンバ関数によってすでにロケールオブジェクトが設定されている場合は、そのコピーを返す。そうでない場合、グローバルロケールオブジェクトのコピーを返す
1818

1919

2020
##例

reference/regex/regex_traits/imbue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locale_type imbue(locale_type loc);
1818
1919
2020
##戻り値
21-
この関数を呼び出す前に設定されているロケールがある場合は、そのロケールのコピーを返す。そうでない場合、グローバルロケールのコピーを返す
21+
この関数を呼び出す前に設定されているロケールオブジェクトがある場合は、そのコピーを返す。そうでない場合、グローバルロケールオブジェクトのコピーを返す
2222
2323
2424
##例

0 commit comments

Comments
 (0)