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

Commitedfd532

Browse files
committed
Try to clean up error text a little.
1 parent027f97b commitedfd532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ returnUsedInsteadOfReturnBang,"Consider using 'return!' instead of 'return'."
2525
yieldUsedInsteadOfYieldBang,"Consider using 'yield!' instead of 'yield'."
2626
tupleRequiredInAbstractMethod,"\nA tuple type is required for one or more arguments. Consider wrapping the given arguments in additional parentheses or review the definition of the interface."
2727
notAFunction,"This value is not a function and cannot be applied."
28-
notAFunctionButMaybeIndexer,"This value is not a function and cannot be applied.But the given value has an indexer.Did you intend to call obj.[index] instead of obj[index]?"
28+
notAFunctionButMaybeIndexer,"This value is not a function and cannot be applied. Did you intend to call obj.[index] instead of obj[index]?"
2929
notAFunctionButMaybeDeclaration,"This value is not a function and cannot be applied. Did you forget to terminate a declaration?"
3030
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
3131
204,buildInvalidVersionString,"Invalid version string '%s'"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp