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:
parent
8416294bb1
commit
d1fd92013f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue