Skip to content

Commit a4f7d51

Browse files
committed
minor #4396 Corrected latin abbreviation (GeertDD)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4396). Discussion ---------- Corrected latin abbreviation i.e. = *id est*, “that is” e.g. = *exempli gratia*, “for example” Commits ------- be86ab6 Yay for latin abbreviations
2 parents ebf2927 + be86ab6 commit a4f7d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ looks up the value of each parameter and uses it in the service definition.
251251
.. note::
252252

253253
If you want to use a string that starts with an ``@`` sign as a parameter
254-
value (i.e. a very safe mailer password) in a YAML file, you need to escape
254+
value (e.g. a very safe mailer password) in a YAML file, you need to escape
255255
it by adding another ``@`` sign (this only applies to the YAML format):
256256

257257
.. code-block:: yaml

0 commit comments

Comments
 (0)