Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0fdbc3

Browse files
committed
Fix a couple of minor issues in the tutorial script. as suggested in bug 859079 (changeset 1269577)
1 parent3890ea7 commitd0fdbc3

File tree

1 file changed

+2
-2
lines changed
  • vsintegration/src/Templates/TutorialProjectTemplates/ProjectTemplates/Tutorial

1 file changed

+2
-2
lines changed

‎vsintegration/src/Templates/TutorialProjectTemplates/ProjectTemplates/Tutorial/Tutorial.fsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module Lists =
185185
|> List.map(fun x-> x*x)
186186

187187
/// Computes the sum of the squares of the numbers divisible by 3.
188-
letsumOfSquaresUpTo n=
188+
letsumOfSquares=
189189
numberList
190190
|> List.filter(fun x-> x%3=0)
191191
|> List.sumBy(fun x-> x* x)
@@ -231,7 +231,7 @@ module DefiningGenericClasses =
231231

232232
typeStateTracker<'T>(initialElement: 'T)=// 'T is the type parameter for the class
233233

234-
/// Store the states inan array
234+
/// Store the states ina list
235235
let mutablestates=[ initialElement]
236236

237237
/// Add a new element to the list of states

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp