Skip to content

Commit 9783bbe

Browse files
authored
Update 16 type providers.md
1 parent 609813b commit 9783bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_snippets/16 type providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ code: |
1212
1313
for person in people.Rows do
1414
// Access the CSV fields with intellisense and type safety!
15-
printfn $"Name: %s{person.Name}, Id: %i{person.Id}"
15+
printfn $"Name: {person.Name: string}, Id: {person.Id: int}"
1616
---
1717
## Type-Safe, Integrated Data
1818

0 commit comments

Comments
 (0)