souffle-lang/souffle

Maybe there is a clerical error in official doc.

fynch3r opened this issue · 1 comments

Hi, I found a clerical error in official doc , please check it.

https://souffle-lang.github.io/types#algebraic-data-types-adt

Alebraic Data Types are extended versions of records, which permit several type shapes for an ADT. Each shape in the ADT we call a branch. A branch is defined similar to a record, however, it has a unique branch identifier.

Maybe first word of the above paragraph should be "Algebraic".

Hi, thanks for noticing this error, would you like to submit a fix in https://github.com/souffle-lang/souffle-lang.github.io/blob/master/pages/docs/types.md ?