Skip to content

Commit 0029049

Browse files
committed
update comments
1 parent 6ced40e commit 0029049

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/foam/core/referral/IdReferralCodeGenerationService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
foam.CLASS({
88
package: 'foam.core.referral',
99
name: 'IdReferralCodeGenerationService',
10+
documentation: 'Default referral code generation service that uses referral code ID as the code',
1011

1112
implements: [
1213
'foam.core.referral.ReferralCodeGeneratorService'

src/foam/core/referral/ReferralCode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ foam.CLASS({
7676
{
7777
class: 'String',
7878
name: 'code',
79-
documentation: 'actual referral code for the user'
79+
documentation: 'Actual referral code for the user'
8080
},
8181
{
8282
// deprecated

src/foam/core/referral/rules.jrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ p({
4747
"id":"disable-old-referral-codes",
4848
"name": "Disable old referral codes",
4949
"priority": 100,
50-
"documentation": "When new referral code is created mark old referral codes enabled = false",
50+
"documentation": "When a new referral code is created, mark old referral codes as enabled = false",
5151
"ruleGroup": "Referrals",
5252
"daoKey": "referralCodeDAO",
5353
"operation": 0,

0 commit comments

Comments
 (0)