Skip to content

Commit 9370f52

Browse files
Update licensing.md
1 parent 1865fa6 commit 9370f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/tutorials/licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The validate method allow you to know whether your license is valid or not.
5252
{% include template-example.html %}
5353
{% highlight csharp %}
5454
string licenseErrorMessage;
55-
if (!Z.Expressions.EvalManager.ValidateLicense.ValidateLicense(out licenseErrorMessage))
55+
if (!Z.Expressions.EvalManager.ValidateLicense(out licenseErrorMessage))
5656
{
5757
throw new Exception(licenseErrorMessage);
5858
}

0 commit comments

Comments
 (0)