Skip to content

Commit 936525a

Browse files
authored
Merge pull request #269 from eugene-g/patch-1
Fix escaping
2 parents 3be6a6d + 10cd071 commit 936525a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/faq.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Following command allows to filter dynamically information on sales people based
7171
(**
7272
### 4. Why do I get compile time error " ... The undeclared parameter '@p1' is used more than once in the batch being analyzed."?
7373
74-
This is a limitation of [sys.sp_describe_undeclared_parameters](https://msdn.microsoft.com/en-us/library/ff878260.aspx).
74+
This is a limitation of [sys.sp\_describe\_undeclared\_parameters](https://msdn.microsoft.com/en-us/library/ff878260.aspx).
7575
7676
To work around this limitation, you can declare another variable in your script:
7777
@@ -136,4 +136,4 @@ There are two cases when you would get those extra methods.
136136
* Referencing a Table Valued Function
137137
138138
In both cases the methods return `Option<'T>` (or `Async<Option<'T>>`) rather than `Seq<'T>` (or `Async<Seq<'T>>`)
139-
*)
139+
*)

0 commit comments

Comments
 (0)