1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Fixed a typo.

Change-Id: Idac67510d3d898ccbf0a7ec2429512c24c403422
This commit is contained in:
Sergey Prigogin 2016-10-07 19:52:59 -07:00
parent 8416294bb1
commit d1fd92013f

View file

@ -60,7 +60,7 @@ public interface IValue {
/**
* Returns the evaluation object if this value cannot be represented as a single numerical value, or
* {@code null} otherwise. This cam happen if the value is dependent, or it's a composite value.
* {@code null} otherwise. This can happen if the value is dependent, or it's a composite value.
* If {@link #numberValue()} returns {@code null}, {@link #getEvaluation()} returns
* not {@code null} and vice versa.
* @noreference This method is not intended to be referenced by clients.