Skip to content

Commit b7328e9

Browse files
committed
✏️ Fix equation not displayed in a table
This is due to the presence of a glossary acronym in the equation. Fixes #890
1 parent 7043d06 commit b7328e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operation/algorithm/prediction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ where BG is the predicted change in glucose with the units (mg/dL/5min) at time
226226

227227
The retrospective correction effect can be illustrated with an example: if the BG*vel* over the past 30 minutes was -10 mg/dL per 5min, then the retrospective correction effect over the next 60 minutes would be as follows:
228228

229-
| Minutes relative to now (*t=0*) | Percent of $BG_{vel}$ Applied to RC Effect | $\Delta BG_{RC}[t]$ |
229+
| Minutes relative to now (*t=0*) | Percent of $BG_{vel}$ Applied to RC Effect | $\Delta BG_{\mathit{R}\mathit{C}}[t]$ |
230230
|---------------------------------|--------------------------------------------|---------------------|
231231
| 5 | 100% | -10 |
232232
| 10 | 91% | -9.1 |

0 commit comments

Comments
 (0)