mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fixed a typo.
This commit is contained in:
parent
fc31232277
commit
f126984c7a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
|
||||||
public ICPPMethod[] getDeclaredMethods() throws DOMException;
|
public ICPPMethod[] getDeclaredMethods() throws DOMException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an array of ICPPConstructor objects representing the contructors
|
* Returns an array of ICPPConstructor objects representing the constructors
|
||||||
* for this class. This list includes both declared and implicit
|
* for this class. This list includes both declared and implicit
|
||||||
* constructors.
|
* constructors.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue