valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit b663bcd442cba88412c1687f2ee7c9a514e16b74
parent 1206be594c9ad4e4d18ccb43833b878e0063614d
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Fri, 17 Oct 2014 13:48:21 -0500

change Agent.relationships.reverse from hasRelated to hasRelationship

Diffstat:
Mvocab/Agent.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vocab/Agent.js b/vocab/Agent.js @@ -24,7 +24,7 @@ module.exports = { type: "array", items: { anyOf: [{ - reverse: "hasRelated", + reverse: "hasRelationship", }, { reverse: "isRelated", }]