Skip to content

Commit f4c0583

Browse files
update docs
1 parent fcc03f6 commit f4c0583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/debugging.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ when runtime Sql Server database schema is different from compile time.
5353
Up until now this resulted in confusion runtime exception: `InvalidCastException("Specified cast is not valid.")`.
5454
5555
To improve diagnostics without hurting performance a new global singleton configuration object is introduced.
56-
To access Configuration type open up FSharp.Data.SqlClient namespace.
56+
To access `Configuration` type open up `FSharp.Data.SqlClient` namespace.
5757
*)
5858

5959
open FSharp.Data.SqlClient
6060
assert(Configuration.Current.ResultsetRuntimeVerification = false)
6161

6262
(**
63-
So far it has only one property ResultsetRuntimeVerification which set to false by default.
63+
So far it has only one property `ResultsetRuntimeVerification` which set to false by default.
6464
Set it to true to see more descriptive error like:
6565
6666
`InvalidOperationException(Expected column [Total] of type "System.Int32" at position 1 (0-based indexing)

0 commit comments

Comments
 (0)