1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00

Clarify comment

This commit is contained in:
Timothy Clem 2017-08-29 11:46:32 -07:00
parent e981b28e1c
commit 9b64b19855

View File

@ -38,7 +38,7 @@ type Syntax =
, Declaration.Decorator
, Declaration.Function
, Declaration.Import
-- NB: Just here for toc summary diffs that require Methods in the union.
-- NB: Diffing requires Methods in the union.
, Declaration.Method
, Declaration.Variable
, Expression.Arithmetic