Skip to content

Commit acf157f

Browse files
committed
Fix syntax, there is no <strong> element
1 parent ec928a2 commit acf157f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ main (int argc,
204204
</info>
205205

206206
<title>Using BCON</title>
207-
<p><strong>BSON C Object Notation</strong>, BCON for short, is an alternative way of constructing BSON documents in a manner closer to the intended format. It has less type-safety than BSON's append functions but results in less code.</p>
207+
<p><em>BSON C Object Notation</em>, BCON for short, is an alternative way of constructing BSON documents in a manner closer to the intended format. It has less type-safety than BSON's append functions but results in less code.</p>
208208

209209
<screen><code><![CDATA[#include <bcon.h>
210210
#include <bson.h>

0 commit comments

Comments
 (0)