Consistently use atom/expression naming in README #396
Labels
documentation
Adds or changes documentation for existing functionality
good first issue
Good for newcomers
help wanted
Extra attention is needed
refactor
Does not change functionality, but makes the code better organized or more readable
The problem
Words expression/edge and atom/vertex are currently used interchangeably in the README. We need to standardize that and consistently use expression and atom throughout.
Possible solution
Essentially, we just need to replace all instances of "edge" -> "expression" and "vertex" -> "atom", except where edges and vertices refer to elements of graphs other than the state hypergraphs (i.e., causal or expression-event graphs).
The text was updated successfully, but these errors were encountered: