Renames
This commit is contained in:
parent
bea7080a5c
commit
cf20b86880
@ -101,7 +101,7 @@ public record class Versioned<T> : Imm
|
||||
|
||||
[lib.Dont]
|
||||
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
||||
public ChangeDelegate OnChange = (x, y) => {};
|
||||
public ChangeDelegate OnChange = (old, cur) => {};
|
||||
|
||||
public T Process( Func<T, T> fn, string reason = "" )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user