aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IConfig.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-07-29 15:56:30 +0200
committerCarl Schwan <carl@carlschwan.eu>2021-07-29 15:56:30 +0200
commit28970563a219189c35dea38bf5c71ac404f84754 (patch)
tree2e1c769981508df3804ed9781b0c10c765ce3798 /lib/public/IConfig.php
parent6f1c2ed50b036e5f910be48ed84e6e2a9a8e4a89 (diff)
downloadnextcloud-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.php4
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 {