Skip to content

Commit 8afe7b1

Browse files
authored
Update RuleSet_DSL_Full.md
1 parent 4f9ec35 commit 8afe7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleSet_DSL_Full.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ Here is a simple set of rules that only specify value types for each column.
300300
<br>Note that lines starting with `//` are considered comments in RuleSet. Comments may be entered anywhere in the rules file.
301301
```dsl
302302
//Rules to validate squash_playsers.csv
303-
//These rules specify value type for each column, except for Zip_Code. Why do you think I have skipped evaluating value type for
304-
// Zip_Code? How would you do it using RuleSet? Find out in the more complex rule specifications below.
303+
//These rules specify value type for each column, except for Zip_Code. Why do you think I have skipped evaluating
304+
//value type for Zip_Code? How would you do it using RuleSet? Find out in the more complex rule specifications below.
305305
//-------------------------------------
306306
307307
column names in ['Rank', 'PSA_ID', 'First_Name', 'Last_Name', 'Country', 'Year_of_Birth', 'Address', 'Zip_Code']

0 commit comments

Comments
 (0)