mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a typo.
This commit is contained in:
parent
30d29f6783
commit
4cf3daa620
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class ASTTypeUtil {
|
||||||
/**
|
/**
|
||||||
* Returns a string representation for the parameters of the given function type. The
|
* Returns a string representation for the parameters of the given function type. The
|
||||||
* representation contains the comma-separated list of the normalized parameter type
|
* representation contains the comma-separated list of the normalized parameter type
|
||||||
* representations wrapped in parenthesis.
|
* representations wrapped in parentheses.
|
||||||
*/
|
*/
|
||||||
public static String getParameterTypeString(IFunctionType type) {
|
public static String getParameterTypeString(IFunctionType type) {
|
||||||
StringBuilder result = new StringBuilder();
|
StringBuilder result = new StringBuilder();
|
||||||
|
|
Loading…
Add table
Reference in a new issue