Skip to content

Commit 01b4d15

Browse files
authored
Transcription Doc Typo Fix (#265)
1 parent 12fc4ea commit 01b4d15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/guide/transcribe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ following steps:
176176
1. define supports for each infinite parameter if not already defined,
177177
2. add any additional support needed for derivative evaluation,
178178
3. expand any measures according to their underlying numerical representation
179-
using transcribed infinite variables as appropriate,
179+
using transcribed infinite variables as appropriate,
180180
4. replace any remaining infinite variables/derivatives with transcribed
181181
variables supported over each unique combination of the underlying parameter
182182
supports,
183183
5. replace any remaining infinite constraints with transcribed ones supported over
184-
all the unique support combinations stemming from the infinite parameters they
185-
depend on,
184+
all the unique support combinations stemming from the infinite parameters they
185+
depend on,
186186
6. and add on the transcribed versions of the auxiliary derivative evaluation
187-
equations.
187+
equations.
188188

189189
For example, let's consider a space-time optimization problem of the form:
190190
```math

0 commit comments

Comments
 (0)