Skip to content

Commit

Permalink
def tag: don't overinterpret type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 4, 2020
1 parent b9bd70f commit 12ecdb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void definitionTag(ReplaceableTagEvent event) {
return;
}

event.setReplacedObject(CoreUtilities.autoAttribTyped(def, atttribute));
event.setReplacedObject(CoreUtilities.autoAttrib(def, atttribute));
}
}

0 comments on commit 12ecdb9

Please sign in to comment.