Skip to content

Commit 72b3684

Browse files
committed
nit: Update comment.
1 parent 95e1396 commit 72b3684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibDmd/Frame/DmdFrame.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DmdFrame : BaseFrame, ICloneable, IEqualityComparer<DmdFrame>
3030

3131
/// <summary>
3232
/// These frames are used for colorization and should never be rendered (if they exist, that means
33-
/// there's a gray-8 frame to be rendered).
33+
/// that there also exists a gray-8 frame to be rendered).
3434
/// </summary>
3535
public bool IsIdentifyFrame { get; private set; }
3636

@@ -743,4 +743,4 @@ public void Dump(string path, string prefix = null)
743743

744744
#endregion
745745
}
746-
}
746+
}

0 commit comments

Comments
 (0)