Skip to content

Commit

Permalink
Fixed typos in javadoc strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo-boldini committed Nov 30, 2023
1 parent aceb988 commit e05a18e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ public class CodeMemberDescriptor implements CodeElement {
/**
* Builds the descriptor with {@link Untyped} return type.
*
* @param location the location where the cfg associated is define within
* @param location the location where the cfg associated is defined within
* the program
* @param unit the {@link Unit} containing the cfg associated to this
* descriptor
* @param instance whether or not the cfg associated to this descriptor is
* an instance cfg
* @param name the name of the CFG associated with this descriptor
* @param formals the formal parametersof the CFG associated with this
* @param formals the formal parameters of the CFG associated with this
* descriptor
*/
public CodeMemberDescriptor(
Expand All @@ -94,7 +94,7 @@ public CodeMemberDescriptor(
/**
* Builds the descriptor.
*
* @param location the location where the cfg associated is define within
* @param location the location where the cfg associated is defined within
* the program
* @param unit the {@link Unit} containing the cfg associated to this
* descriptor
Expand All @@ -119,8 +119,8 @@ public CodeMemberDescriptor(
/**
* Builds the descriptor.
*
* @param location the location where the cfg associated is define within
* the program
* @param location the location where the cfg associated is defined
* within the program
* @param unit the {@link Unit} containing the cfg associated to this
* descriptor
* @param instance whether or not the cfg associated to this descriptor
Expand Down

0 comments on commit e05a18e

Please sign in to comment.