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
arcadiogarcia and Rosuavio authored Jul 20, 2021
1 parent 51b455e commit 0800b41
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 0800b41

Please sign in to comment.