Skip to content

Commit 9341bb3

Browse files
authored
Merge pull request #1597 from kant2002/kant/fix-links
Fix links in the documentation
2 parents 9e8299a + 8c3390e commit 9341bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/library/CsvFile.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ for row in msft.Rows |> Seq.truncate 10 do
101101
102102
## Transforming CSV files
103103
104-
In addition to reading, ``cref:T:FSharp.Data.Runtime.CsvFile`1`` also has support for transforming CSV files. The operations
105-
available are ``cref:M:FSharp.Data.Runtime.CsvFile`1.Filter``, `Take`, `TakeWhile`, `Skip`, `SkipWhile`, and `Truncate`. After transforming
104+
In addition to reading, ``cref:T:FSharp.Data.CsvFile`` also has support for transforming CSV files. The operations
105+
available are ``cref:M:FSharp.Data.CsvFile.Filter``, `cref:M:FSharp.Data.CsvFile.Take`, `cref:M:FSharp.Data.CsvFile.TakeWhile`, `cref:M:FSharp.Data.CsvFile.Skip`, `cref:M:FSharp.Data.CsvFile.SkipWhile`, and `cref:M:FSharp.Data.CsvFile.Truncate`. After transforming
106106
you can save the results by using one of the overloads of the `Save` method. You can choose different
107107
separator and quote characters when saving.
108108
*)

0 commit comments

Comments
 (0)