missing mention of block rules

This commit is contained in:
Geoffroy Couprie 2019-12-19 09:47:52 +01:00
parent 5d64208907
commit 0536979185

View File

@ -319,6 +319,7 @@ Block {
index: u32,
symbols: SymbolTable,
facts: [Fact],
rules: [Rule],
caveats: [Rule]
}
```