mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Typo fix, classname misspelled (#9444)
This commit is contained in:
parent
9ed0b1d716
commit
73d5d3f813
@ -120,7 +120,7 @@ Language Locale
|
||||
---------------
|
||||
|
||||
The ``Language`` class used in the :php:func:`lang()` function also has the current
|
||||
locale. This is set to the ``IncommingRequest`` locale during instantiating.
|
||||
locale. This is set to the ``IncomingRequest`` locale during instantiating.
|
||||
|
||||
If you want to change the locale after instantiating the language class, use the
|
||||
``Language::setLocale()`` method.
|
||||
|
Loading…
x
Reference in New Issue
Block a user