Skip to content

Commit 4701e8c

Browse files
authored
Fix typos in documentation (#758)
Fix typos in documentation [ reviewed by @ankona ] [ committed by @jsta ]
1 parent 9f40322 commit 4701e8c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Description
1515

1616
- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
1717
- Add instructions for installing SmartSim on PML's Scylla
18+
- Fix typos in documentation
1819

1920
Detailed Notes
2021

@@ -30,6 +31,7 @@ Detailed Notes
3031
have yet to be installed at a system-wide level. Scylla has
3132
its own entry in the documentation.
3233
([SmartSim-PR733](https://github.com/CrayLabs/SmartSim/pull/733))
34+
- Fix typos in the `train_surrogate` tutorial documentation
3335

3436

3537
### 0.8.0

doc/tutorials/ml_training/surrogate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
In this example, a neural network is trained to act like a surrogate model and to solve a
55
well-known physical problem, i.e. computing the steady state of heat diffusion. The training
6-
dataset is constructed by running simualations *while* the model is being trained.
6+
dataset is constructed by running simulations *while* the model is being trained.
77

8-
The notebook also displays how the surrogate model prediction improves during training.
8+
The notebook also displays how the surrogate model prediction improves during training.

doc/tutorials/ml_training/surrogate/train_surrogate.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"In this notebook, a neural network is trained to act like a surrogate model and to solve a\n",
1717
"well-known physical problem, i.e. computing the steady state of heat diffusion. The training\n",
18-
"dataset is constructed by running simualations *while* the model is being trained.\n",
18+
"dataset is constructed by running simulations *while* the model is being trained.\n",
1919
"\n",
2020
"## 2D Heat Diffusion and Steady State\n",
2121
"Throughout this notebook, the heat equation will be solved on the two-dimensional domain $[0,1]\\times[0,1]$, setting the initial temperature to 0 K, except\n",

0 commit comments

Comments
 (0)