Skip to content

Commit

Permalink
Merge pull request #295 from lisa-analyzer/giacomo-boldini/typo
Browse files Browse the repository at this point in the history
Fixed typos in CodeMemberDescriptor javadoc strings.
  • Loading branch information
lucaneg committed Dec 4, 2023
2 parents aceb988 + e05a18e commit e556487
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 e556487

Please sign in to comment.