Skip to content

Commit

Permalink
Replace "non-null" with "non<code>null</code>"
Browse files Browse the repository at this point in the history
Bikeshed compilation fails when encountering the former with,

"Unknown inline tag: non-`null`"

This is caused by a new experimental Bikeshed feature.
  • Loading branch information
reillyeon committed May 9, 2018
1 parent 4c5fd60 commit be1bbc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scanning.bs
Original file line number Diff line number Diff line change
Expand Up @@ -759,19 +759,19 @@ spec:web-bluetooth
</p>
<ul>
<li>
If <code>|filter|.name</code> is non-`null`,
If <code>|filter|.name</code> is non-<code>null</code>,
|event| has a <a>Local Name</a> equal to <code>|filter|.name</code>.

Note: A <a>Shortened Local Name</a>
can match a {{BluetoothLEScanFilter/name}} filter.
</li>
<li>
If <code>|filter|.namePrefix</code> is non-`null`,
If <code>|filter|.namePrefix</code> is non-<code>null</code>,
|event| has a <a>Local Name</a>,
and <code>|filter|.namePrefix</code> is a prefix of it.
</li>
<li>
If <code>|filter|.serviceUUID</code> is non-`null`,
If <code>|filter|.serviceUUID</code> is non-<code>null</code>,
it is equal to a <a>Service UUID</a> in |event|.
</li>
<li>
Expand Down

0 comments on commit be1bbc0

Please sign in to comment.