Skip to content

Commit 49e71d0

Browse files
minor formatting issues in whatsnew
1 parent 8f2f1c9 commit 49e71d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/whatsnew.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and accessing to built-in objects like stored procedures, functoins and tables.
3636
Connectivity information (connection string and/or config file name) is defined in one place
3737
and doesn't have be carried around like in SqlCommandProvider case.
3838
39-
```CreateCommand``` optionally accepts connection, transaction and command timeout parameters.
39+
`CreateCommand` optionally accepts connection, transaction and command timeout parameters.
4040
Any of these parameters can be ommited.
4141
*)
4242

@@ -62,8 +62,8 @@ do
6262
Access to command and record types
6363
-------------------------------------
6464
65-
```CreateMethod``` combines command type definition and constructor invocation.
66-
Compare it with usage of ```SqlCommandProvider``` where generated command type aliased explicitly.
65+
`CreateMethod` combines command type definition and constructor invocation.
66+
Compare it with usage of `SqlCommandProvider` where generated command type aliased explicitly.
6767
*)
6868

6969
let cmd1 = DB.CreateCommand<"SELECT name, create_date FROM sys.databases">(connectionString)

0 commit comments

Comments
 (0)