Commit aefe974
committed
fix(enterprise-teams): use read-only language in data source Descriptions
Replace "Lists..." with "Retrieves information about..." in:
- data_source_github_enterprise_teams.go
- data_source_github_enterprise_team_organizations.go
Data sources are read-only; their Description must not imply mutation.
Consistent with provider conventions and reviewer feedback on upstream
PR #3008.
Closes #241 parent 5c60c45 commit aefe974
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments