Skip to content

Commit 8e02053

Browse files
committed
docs: fix text decoration
1 parent 1d46a57 commit 8e02053

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/models/model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Returns null or an indexed array of column values:
287287

288288
.. literalinclude:: model/008.php
289289

290-
``$column_name`` should be a name of single column else you will get the DataException.
290+
``$column_name`` should be a name of single column else you will get the ``DataException``.
291291

292292
findAll()
293293
---------
@@ -315,7 +315,7 @@ Returns the first row in the result set. This is best used in combination with t
315315
withDeleted()
316316
-------------
317317

318-
If ``$useSoftDeletes`` is true, then the **find*()** methods will not return any rows where 'deleted_at IS NOT NULL'.
318+
If ``$useSoftDeletes`` is true, then the **find*()** methods will not return any rows where ``deleted_at IS NOT NULL``.
319319
To temporarily override this, you can use the ``withDeleted()`` method prior to calling the **find*()** method.
320320

321321
.. literalinclude:: model/013.php

0 commit comments

Comments
 (0)