Skip to content

Commit a4e6a87

Browse files
andypeetersckadluba
authored andcommitted
Add missing forward tick so that the markdown is properly interpreted
1 parent 4cc02e0 commit a4e6a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ A flag specifiying if the log events table should be created if it does not exis
265265
### EnlistInTransaction
266266

267267
A flag to make logging SQL commands take part in ambient transactions. It defaults to `false`.
268-
Logging operations could be affected from surrounding `TransactionScope's in the code, leading to log data
268+
Logging operations could be affected from surrounding `TransactionScope`'s in the code, leading to log data
269269
being removed on a transaction rollback. This is by default prevented by the sink adding `Enlist=false` to
270270
the `ConnectionString` that is passed. This option can be used to change this behavior so that `Enlist=true`
271271
is added instead (which is the default for SQL connections) and logging commands might be part of transactions.

0 commit comments

Comments
 (0)