Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
(cherry-picked from d1ecc4c)
  • Loading branch information
developwebsite authored and Pavel V. Talanov committed Dec 18, 2012
1 parent c490d8e commit 3eb17a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public interface ValueParameterDescriptor extends VariableDescriptor, Annotated
/**
* The front-end relies on this property when resolving function calls
*
* @return {@code true} iff the parameter has a default value, i.e. declares it or inherits
* @return {@code true} if the parameter has a default value, i.e. declares it or inherits
* by overriding a parameter in an overridden function.
*/
boolean hasDefaultValue();
Expand Down

0 comments on commit 3eb17a7

Please sign in to comment.