Skip to content

Commit

Permalink
docs: Adjust branding in IDBConnection::prepare doc block
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Apr 9, 2024
1 parent c53e365 commit 5443069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/IDBConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ interface IDBConnection {
public function getQueryBuilder();

/**
* Used to abstract the ownCloud database access away
* Used to abstract the Nextcloud database access away
* @param string $sql the sql query with ? placeholder for params
* @param int|null $limit the maximum number of rows
* @param int|null $offset from which row we want to start
Expand Down

0 comments on commit 5443069

Please sign in to comment.