Skip to content

Commit

Permalink
fix: wrong doc example data (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs authored Mar 23, 2024
1 parent bf9fc0d commit a875a31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/src/data/docs/default-document-data-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,55 +519,55 @@ export const DEFAULT_DOCUMENT_DATA_CN: IDocumentData = {
},
},
{
startIndex: 2742,
startIndex: 2750,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 2743,
startIndex: 2751,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 2845,
startIndex: 2853,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 2846,
startIndex: 2854,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 2940,
startIndex: 2948,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 2941,
startIndex: 2949,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
spaceBelow: 0,
},
},
{
startIndex: 3057,
startIndex: 3065,
paragraphStyle: {
spaceAbove: 10,
lineSpacing: 2,
Expand Down

0 comments on commit a875a31

Please sign in to comment.