Skip to content

Commit 6249c0c

Browse files
committed
patch
1 parent eb00508 commit 6249c0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The application allows users to create and save report layouts, modify existing
3131
## Implementation Details
3232

3333
Follow the instructions listed in this example to store report layouts in a desired database
34-
using the corresponding `TDataSet` descendant.
34+
using the corresponding [TDataSet] descendant.
3535

3636
The example uses a memory-based dataset
37-
([TdxMemData] from the DevExpress library, inherited from [TDataSet], shipped with the standard VCL library).
37+
([TdxMemData] inherited from the [TDataSet] class shipped with the standard VCL library).
3838
Applications in this example encapsulate data components within separate data modules: [uData.pas] (Delphi) and [uData.cpp] (C++Builder).
3939

4040
The instructions assume that you start with a Delphi or C++Builder project that already includes

0 commit comments

Comments
 (0)