diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
commit | 28970563a219189c35dea38bf5c71ac404f84754 (patch) | |
tree | 2e1c769981508df3804ed9781b0c10c765ce3798 /lib/public/IConfig.php | |
parent | 6f1c2ed50b036e5f910be48ed84e6e2a9a8e4a89 (diff) | |
download | nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.tar.gz nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.zip |
Remove some mentions of ownCloud from our api documentation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/public/IConfig.php')
-rw-r--r-- | lib/public/IConfig.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php index 2a8399627e3..6b396624556 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -28,12 +28,12 @@ * */ // use OCP namespace for all classes that are considered public. -// This means that they should be used by apps instead of the internal ownCloud classes +// This means that they should be used by apps instead of the internal Nextcloud classes namespace OCP; /** - * Access to all the configuration options ownCloud offers + * Access to all the configuration options Nextcloud offers. * @since 6.0.0 */ interface IConfig { |