Skip to content

Commit

Permalink
Fixed ExFor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Nov 29, 2023
1 parent 989c56d commit 8abaac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExReportingEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ public void DollarTextFormat()
{
//ExStart:DollarTextFormat
//GistId:e386727403c2341ce4018bca370a5b41
//ExFor:ReportingEngine.BuildReport(Document, object, string)
//ExFor:ReportingEngine.BuildReport(Document, Object, String)
//ExSummary:Shows how to display values as dollar text.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
Expand Down

0 comments on commit 8abaac8

Please sign in to comment.