Skip to content

Commit ddaa2c5

Browse files
authored
chore: optimize docs (#93)
1 parent 84f61af commit ddaa2c5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/guides/sheets/features/core/formula.ja-JP.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum CalculationMode {
7070
}
7171
```
7272

73-
> 数式セルが予期しない値を保持している場合、`initialFormulaComputing``FORCED` に設定して全数式を強制再計算するか、初期化前にセルの `v` 値をクリアしてください。
73+
> 数式セルが予期しない値を保持している場合、`initialFormulaComputing``CalculationMode.FORCED` に設定して全数式を強制再計算するか、初期化前にセルの `v` 値をクリアしてください。
7474
7575
## サポートされる数式関数
7676

content/guides/sheets/features/core/formula.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum CalculationMode {
7070
}
7171
```
7272

73-
> If the cell containing the formula has an unexpected value, you can set `initialFormulaComputing` to `FORCED` to force the calculation of all formulas. Alternatively, you can clear the cell's `v` value before initialization.
73+
> If the cell containing the formula has an unexpected value, you can set `initialFormulaComputing` to `CalculationMode.FORCED` to force the calculation of all formulas. Alternatively, you can clear the cell's `v` value before initialization.
7474
7575
## Supported Formula Functions
7676

content/guides/sheets/features/core/formula.zh-CN.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum CalculationMode {
7070
}
7171
```
7272

73-
> 如果公式所在单元格有非预期值,可以通过 `initialFormulaComputing` 设置为 `FORCED` 强制计算所有公式。或者初始化之前清空单元格的 `v` 值。
73+
> 如果公式所在单元格有非预期值,可以通过 `initialFormulaComputing` 设置为 `CalculationMode.FORCED` 强制计算所有公式。或者初始化之前清空单元格的 `v` 值。
7474
7575
## 已经支持的公式函数
7676

content/guides/sheets/features/core/formula.zh-TW.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum CalculationMode {
7070
}
7171
```
7272

73-
> 如果公式所在儲存格有非預期值,可以透過 `initialFormulaComputing` 設定為 `FORCED` 強制計算所有公式。或者初始化之前清空儲存格的 `v` 值。
73+
> 如果公式所在儲存格有非預期值,可以透過 `initialFormulaComputing` 設定為 `CalculationMode.FORCED` 強制計算所有公式。或者初始化之前清空儲存格的 `v` 值。
7474
7575
## 已經支援的公式函數
7676

0 commit comments

Comments
 (0)