Skip to content

Commit d7c600d

Browse files
authored
Update index.bs
1 parent ab7902b commit d7c600d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,15 @@ The <dfn attribute for="Proofreader">correctionExplanationLanguage</dfn> getter
342342
<div algorithm>
343343
The <dfn method for="Proofreader">proofread(|input|, |options|)</dfn> method steps are:
344344

345-
1. Let |operation| be an algorithm step which takes arguments |chunkProduced|, |done|, |error|, and |stopProducing|, and [=proofreads=] |input| given [=this=]'s [=Proofreader/include correction types=], [=this=]'s [=Proofreader/include correction explanations=], [=this=]'s [=Proofreader/correction explanation language=], |chunkProduced|, |done|, |error|, and |stopProducing|.
345+
1. Let |operation| be an algorithm step which takes arguments |chunkProduced|, |done|, |error|, and |stopProducing|, and proofreads |input| given [=this=]'s [=Proofreader/include correction types=], [=this=]'s [=Proofreader/include correction explanations=], [=this=]'s [=Proofreader/correction explanation language=], |chunkProduced|, |done|, |error|, and |stopProducing|.
346346

347347
1. Return the result of [=getting an aggregated AI model result=] given [=this=], |options|, and |operation|.
348348
</div>
349349

350350
<div algorithm>
351351
The <dfn method for="Proofreader">measureInputUsage(|input|, |options|)</dfn> method steps are:
352352

353-
1. Let |measureUsage| be an algorithm step which takes argument |stopMeasuring|, and returns the result of [=measuring proofreader input usage=] given |input|, [=this=]'s [=Proofreader/include correction types=], [=this=]'s [=Proofreader/include correction explanationse=], [=this=]'s [=Proofreader/correction explanation language=], and |stopMeasuring|.
353+
1. Let |measureUsage| be an algorithm step which takes argument |stopMeasuring|, and returns the result of measuring proofreader input usage given |input|, [=this=]'s [=Proofreader/include correction types=], [=this=]'s [=Proofreader/include correction explanations=], [=this=]'s [=Proofreader/correction explanation language=], and |stopMeasuring|.
354354

355355
1. Return the result of [=measuring AI model input usage=] given [=this=], |options|, and |measureUsage|.
356356
</div>

0 commit comments

Comments
 (0)