Skip to content

Commit

Permalink
Minor change of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere committed Aug 3, 2020
1 parent 0c7c441 commit d5765da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/AnimationInstance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### [UnrealEngine.Framework](./UnrealEngine-Framework.md 'UnrealEngine.Framework')
## AnimationInstance Class
An animation montage representation
An animation instance representation
```csharp
public class AnimationInstance :
IEquatable<AnimationInstance>
Expand Down
2 changes: 1 addition & 1 deletion Source/Managed/Framework/Framework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4981,7 +4981,7 @@ public static AnimationMontage Load(string name) {
}

/// <summary>
/// An animation montage representation
/// An animation instance representation
/// </summary>
public partial class AnimationInstance : IEquatable<AnimationInstance> {
private IntPtr pointer;
Expand Down

0 comments on commit d5765da

Please sign in to comment.