Skip to content

Commit 0cb7d8b

Browse files
committed
Update doc for new as keyword
1 parent 90fc7f4 commit 0cb7d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is largely based on and inspired by the following resources [this post on st
1616
* Use strings as in C# (@"", $"", $@"" available)
1717
* Linq, generics and lambda expressions
1818
* Classes like File, Directory, Regex, List ... available ([You can extend the list of Namespaces](#namespaces))
19-
* Create instance with [new(TypeOrClass, constructorArgs)](#standard-functions)
19+
* Create instance with [new(MyClassName, constructorArgs)](#standard-functions) or [new MyClassName(constructorArgs)](#operators)
2020
* [Call void methods with fluid prefix convention to chain operations](#go-fluid-with-a-simple-methods-prefixing-convention)
2121

2222
## Basic C# usage

0 commit comments

Comments
 (0)