Skip to content

Commit cfb3329

Browse files
committed
spelling: representation
Signed-off-by: Josh Soref <[email protected]>
1 parent 8799894 commit cfb3329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/Expression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ internal void SetType(ITypeSymbol? type)
7474
bool IExpressionParentEntity.IsTopLevelParent => false;
7575

7676
/// <summary>
77-
/// Gets a string represention of a constant value.
77+
/// Gets a string representation of a constant value.
7878
/// </summary>
7979
/// <param name="obj">The value.</param>
8080
/// <returns>The string representation.</returns>

csharp/ql/src/utils/model-generator/internal/CaptureModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private CS::Parameter getParameter(DataFlowImplCommon::ReturnNodeExt node, Param
131131
}
132132

133133
/**
134-
* Gets the CSV string represention of the the return node `node`.
134+
* Gets the CSV string representation of the the return node `node`.
135135
*/
136136
string returnNodeAsOutput(DataFlowImplCommon::ReturnNodeExt node) {
137137
if node.getKind() instanceof DataFlowImplCommon::ValueReturnKind

0 commit comments

Comments
 (0)