Skip to content

Commit ce2ce20

Browse files
committed
Initialize _base URL_ in Create Term Definition to null. For #375.
1 parent 90e6dc7 commit ce2ce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ <h3>Algorithm</h3>
15171517
a <var>term</var>,
15181518
and a map <var>defined</var>.
15191519
<span class="changed">The optional inputs are
1520-
<var>base URL</var>,
1520+
<var>base URL</var> defaulting to <code>null</code>,
15211521
<var>protected</var> which defaults to <code>false</code>,
15221522
and <var>override protected</var>, defaulting to <code>false</code>,
15231523
which is used to allow changes to protected terms.</span>.

0 commit comments

Comments
 (0)