aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/stanza')
-rw-r--r--src/main/stanza/errors.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza
index 924eba2c..a008a25b 100644
--- a/src/main/stanza/errors.stanza
+++ b/src/main/stanza/errors.stanza
@@ -695,7 +695,7 @@ defn InferDirection (info:FileInfo,name:Symbol) :
defn dir-to-gender (d:PortDirection) -> Gender :
switch {_ == d} :
INPUT : MALE
- OUTPUT : FEMALE
+ OUTPUT : BI-GENDER
defn gender (s:DefAccessor) -> Gender :
switch {_ == acc-dir(s)} :