-
+
@@ -436,7 +436,7 @@ function resetPolicy() {
nationPolicy.value = cloneDeep(staticValues.defaultNationPolicy);
toasts.info({
title: "초기화 완료",
- body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
+ body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
@@ -522,7 +522,7 @@ function resetNationPriority() {
});
toasts.info({
title: "초기화 완료",
- body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
+ body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
@@ -602,7 +602,7 @@ function resetGeneralPriority() {
});
toasts.info({
title: "초기화 완료",
- body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
+ body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
diff --git a/hwe/ts/util/RNG.ts b/hwe/ts/util/RNG.ts
index d097f1e7..1e1595ee 100644
--- a/hwe/ts/util/RNG.ts
+++ b/hwe/ts/util/RNG.ts
@@ -1,7 +1,7 @@
export interface RNG {
/**
- * nextInt()가 반환 가능한 최대값
+ * nextInt()가 반환 가능한 최댓값
*/
getMaxInt(): number;
diff --git a/src/sammo/RNG.php b/src/sammo/RNG.php
index 4ee1a66d..e1b38203 100644
--- a/src/sammo/RNG.php
+++ b/src/sammo/RNG.php
@@ -5,7 +5,7 @@ interface RNG
{
/**
- * @return int nextInt()가 반환 가능한 최대값
+ * @return int nextInt()가 반환 가능한 최댓값
*/
public static function getMaxInt(): int;