Skip to content

Commit dc144e3

Browse files
Wrap options with <code></code> to appear properly
1 parent dc078ac commit dc144e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/99-js-misc/90-intl/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ var formatter = new Intl.DateTimeFormat([locales, [options]])
152152
<td><code>localeMatcher</code> </td>
153153
<td> Алгоритм подбора локали</td>
154154
<td>
155-
lookup,best fit
155+
<code>lookup</code>, <code>best fit</code>
156156
</td>
157157
<td>
158-
best fit
158+
<code>best fit</code>
159159
</td>
160160
</tr>
161161
<tr>

0 commit comments

Comments
 (0)