Skip to content

Commit ecc4d86

Browse files
authored
Update README.md
1 parent 2824df1 commit ecc4d86

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
@@ -29,7 +29,7 @@ The options include:
2929

3030
- `stripNamespace` self explanatory.
3131
- `printType` function may configure the final result given the input type and the output string.
32-
- `printGenericTypeArgs` if set to true will output open-generic type as `Blah<T>` instead of `Blah<>`. The default value was selected because my own primary use-case is the type inside the `typeof()` where `typeof(Blah<>)` is the valid and the `typeof(Blah<T>)` is not.
32+
- `printGenericTypeArgs` if set to true will output open-generic type as `Blah<T>` instead of `Blah<>`. The default value is false because of my own use-case of the type inside the `typeof()` where `typeof(Blah<>)` is the valid code and the `typeof(Blah<T>)` is not.
3333

3434

3535
Happy coding!

0 commit comments

Comments
 (0)