[RFC] Make some text more precise.

This commit is contained in:
Alessandro Coglio 2021-09-27 10:47:59 -07:00
parent 1db16356ce
commit 95d0799f9e

View File

@ -14,7 +14,7 @@ This RFC proposes three things:
1. The scalar types in Leo (integers, fields, etc.) can have static methods.
2. The scalar types in Leo (integers, fields, etc.) can have static constants.
3. Those values that have a scalar type can have methods directly on them.
3. Expressions of scalar type can have instance methods called on them.
## Motivation