Skip to content

Commit e51b097

Browse files
kenjismichalsn
andauthored
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 518cab4 commit e51b097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Upgrade Guide
4242
- ``$this->db->join('comments', 'comments.id = blogs.id');`` to ``$builder->join('comments', 'comments.id = blogs.id');``
4343
- ``$this->db->having('user_id', 45);`` to ``$builder->having('user_id', 45);``
4444
6. CI4 does not provide `Database Caching <https://www.codeigniter.com/userguide3/database/caching.html>`_
45-
in CI3, so if you need to cache the result, use :doc:`../libraries/caching` instead.
45+
layer known from CI3, so if you need to cache the result, use :doc:`../libraries/caching` instead.
4646

4747
Code Example
4848
============

0 commit comments

Comments
 (0)