Skip to content

Commit bbde2c3

Browse files
authored
Apply suggestions from code review
Co-authored-by: Nick Volynkin <nick.volynkin@gmail.com>
1 parent 9f79a7c commit bbde2c3

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
@@ -132,7 +132,7 @@ begin
132132
// Start editing the active dataset record:
133133
DataModule1.mdLayouts.Edit;
134134
135-
// Save the report name and layout to the database:
135+
// Save report name and layout to the database:
136136
DataModule1.mdLayoutsName.AsString := dxReport1.ReportName;
137137
DataModule1.mdLayoutsLayout.Assign(dxReport1.Layout);
138138

0 commit comments

Comments
 (0)