Skip to content

Commit

Permalink
Update Microsoft.Toolkit.Uwp.UI.Animations/Expressions/ExpressionNode…
Browse files Browse the repository at this point in the history
…s/ExpressionNode.cs

Co-authored-by: Rosario Pulella <[email protected]>
  • Loading branch information
2 people authored and Sergio0694 committed Jul 22, 2021
1 parent fd6c39e commit 9433781
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ internal void EnsureReferenceInfo()
}
}

//Generates Excel-column-like identifiers, e.g. A, B, ..., Z, AA, AB...
// Generates Excel-column-like identifiers, e.g. A, B, ..., Z, AA, AB...
string UniqueParamNameFromIndex(int i)
{
var alphabetLength = 'Z' - 'A' + 1;
Expand Down Expand Up @@ -687,4 +687,4 @@ public ReferenceInfo(string paramName, CompositionObject compObj)
/// <value>The subchannels.</value>
protected internal string[] Subchannels { get; set; }
}
}
}

0 comments on commit 9433781

Please sign in to comment.