Skip to content

Commit b54b7e8

Browse files
author
Jon Nicholson
committed
Slight improvement to documentation
1 parent 1c61ff3 commit b54b7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Code/Sif3Framework/Sif.Framework/Model/Infrastructure

Code/Sif3Framework/Sif.Framework/Model/Infrastructure/Phase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public Phase(string phaseName, Boolean required, IDictionary<string, Right> righ
115115
/// </summary>
116116
/// <param name="type">The state to set</param>
117117
/// <param name="description">The optional description to set</param>
118-
/// <returns></returns>
118+
/// <returns>The current state of the phase</returns>
119119
public virtual PhaseState UpdateState(PhaseStateType type, string description = null)
120120
{
121121
PhaseState current = GetCurrentState();

0 commit comments

Comments
 (0)