Skip to content

Commit fd49e04

Browse files
authored
Add snippet tags. (#8042)
This fixes the current build warnings.
1 parent 9063bf4 commit fd49e04

File tree

1 file changed

+3
-1
lines changed
  • snippets/fsharp/System/TupleT1,T2,T3,T4,T5,T6,T7,TRest/Item1

1 file changed

+3
-1
lines changed

snippets/fsharp/System/TupleT1,T2,T3,T4,T5,T6,T7,TRest/Item1/item1.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
open System
22

3+
// <Snippet1>
34
let showPopulation year newPopulation =
45
printfn $"""{year,5} {newPopulation,14:N0} {"n/a",10:P2}"""
56

@@ -64,4 +65,5 @@ do
6465
// 1970 1,511,462 -0.95 %
6566
// 1980 1,203,339 -2.04 %
6667
// 1990 1,027,974 -1.46 %
67-
// 2000 951,270 -0.75 %
68+
// 2000 951,270 -0.75 %
69+
// </Snippet1>

0 commit comments

Comments
 (0)