Skip to content

Commit 2cdd2c1

Browse files
committed
Cosmetic correction
1 parent d396724 commit 2cdd2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XSharpInteractive/XSharpKernelVSExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void Load(Kernel kernel)
2323
// Finally, display some information to the user so they can see how to use the extension.
2424
view = div(
2525
code(nameof(XSharpKernelVSExtension)),
26-
" has loaded successfully. It support XSharp Core Dialect language scripting. ",
26+
" has been loaded successfully. It support XSharp Core Dialect language scripting. ",
2727
"Try it by running: ",
2828
code("#!xsharp"),
2929
"Or by selecting ",

0 commit comments

Comments
 (0)