Skip to content

Commit b2713c3

Browse files
authored
Merge pull request #789 from mrakgr/patch-1
Fixed a typo.
2 parents 74dd8fb + 334bcf2 commit b2713c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h2><a name="Type-checking-in-the-evaluation-context" class="anchor" href="#Type
340340
</table>
341341
<h2><a name="The-fsi-object" class="anchor" href="#The-fsi-object">The 'fsi' object</a></h2>
342342
<p>If you want your scripting code to be able to access the 'fsi' object, you should pass in an implementation of this object explicitly.
343-
Normally the one fromm FSharp.Compiler.Interactive.Settings.dll is used.</p>
343+
Normally, the one from <code>FSharp.Compiler.Interactive.Settings.dll</code> is used.</p>
344344
<table class="pre"><tr><td class="lines"><pre class="fssnip"><span class="l">1: </span>
345345
</pre></td>
346346
<td class="snippet"><pre class="fssnip highlighted"><code lang="fsharp"><span class="k">let</span> <span class="i">fsiConfig2</span> <span class="o">=</span> <span class="i">FsiEvaluationSession</span><span class="o">.</span><span class="i">GetDefaultConfiguration</span>(<span class="i">fsi</span>)

0 commit comments

Comments
 (0)