Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3014 from CyberShadow/pull-20200331-092741
Browse files Browse the repository at this point in the history
object: Fix punctuation in example comment
  • Loading branch information
schveiguy authored Apr 1, 2020
2 parents 645427f + 7833eb3 commit 2eec30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object.d
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@ if (is(typeof(create()) : V) && (is(typeof(update(aa[K.init])) : V) || is(typeof
auto aa = ["k1": 1];

aa.update("k1", {
return -1; // create (won't be executed
return -1; // create (won't be executed)
}, (ref int v) {
v += 1; // update
});
Expand Down

0 comments on commit 2eec30b

Please sign in to comment.