Skip to content

Commit

Permalink
More updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardgeek committed Dec 11, 2021
1 parent 7d2d149 commit dda57e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ of properties created for the Human example above:


```
nextFree = [0u32]
motherHuman = [null(human.Human(string, null, null))]
prevHumanMotheredHuman = [null(human.Human(string, null, null))]
nextHumanMotheredHuman = [null(human.Human(string, null, null))]
firstMotheredHuman = [null(human.Human(string, null, null))]
lastMotheredHuman = [null(human.Human(string, null, null))]
faterHuman = [null(human.Human(string, null, null))]
prevHumanFatheredHuman = [null(human.Human(string, null, null))]
nextHumanFatheredHuman = [null(human.Human(string, null, null))]
firstFatheredHuman = [null(human.Human(string, null, null))]
lastFatheredHuman = [null(human.Human(string, null, null))]
nextFree = [null(Human)]
motherHuman = [null(Human)]
prevHumanMotheredHuman = [null(Human)]
nextHumanMotheredHuman = [null(Human)]
firstMotheredHuman = [hull(Human)]
lastMotheredHuman = [hull(Human)]
faterHuman = [hull(Human)]
prevHumanFatheredHuman = [hull(Human)]
nextHumanFatheredHuman = [hull(Human)]
firstFatheredHuman = [hull(Human)]
lastFatheredHuman = [hull(Human)]
name = [""]
```

Expand Down

0 comments on commit dda57e5

Please sign in to comment.