Skip to content

Commit

Permalink
fix comment (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Mar 2, 2024
1 parent eb3a0b8 commit 2a8cbbb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ namespace Neo.Compiler.CSharp.UnitTests.TestClasses
{
/// <summary>
/// A smart contract designed for testing the definition and initialization of static fields within a contract.
/// Since contract interfaces exposed to the blockchain must be static, any field to be used within these interfaces
/// Since contract interfaces exposed to the blockchain can be static, any field to be used within these static interfaces
/// must also be defined as static.
/// This contract demonstrates both traditional direct assignment of static fields and the use of the InitialValue
/// attribute for types that cannot be directly assigned.
/// <remarks>public interfaces of <see cref="SmartContract"/> can be static and non-static.</remarks>
/// </summary>
public class Contract_StaticVar : SmartContract.Framework.SmartContract
{
Expand Down

0 comments on commit 2a8cbbb

Please sign in to comment.