@@ -130,9 +130,9 @@ to catching the exception, you can also check if a given script code is valid::
130130Country Names
131131~~~~~~~~~~~~~
132132
133- The `` Countries `` class provides access to the name of all countries according
134- to the `ISO 3166-1 alpha-2 `_ list and the ` ISO 3166-1 alpha-3 `_ list
135- of officially recognized countries and territories::
133+ The :class: ` Symfony \\ Component \\ Intl \\ Countries ` class provides access to the
134+ name of all countries according to the `ISO 3166-1 alpha-2 `_ list and the
135+ ` ISO 3166-1 alpha-3 `_ list of officially recognized countries and territories::
136136
137137 use Symfony\Component\Intl\Countries;
138138
@@ -189,8 +189,8 @@ Locales
189189A locale is the combination of a language, a region and some parameters that
190190define the interface preferences of the user. For example, "Chinese" is the
191191language and ``zh_Hans_MO `` is the locale for "Chinese" (language) + "Simplified"
192- (script) + "Macau SAR China" (region). The `` Locales `` class provides access to
193- the name of all locales::
192+ (script) + "Macau SAR China" (region). The :class: ` Symfony \\ Component \\ Intl \\ Locales `
193+ class provides access to the name of all locales::
194194
195195 use Symfony\Component\Intl\Locales;
196196
@@ -221,8 +221,8 @@ to catching the exception, you can also check if a given locale code is valid::
221221Currencies
222222~~~~~~~~~~
223223
224- The `` Currencies `` class provides access to the name of all currencies as well
225- as some of their information (symbol, fraction digits, etc.)::
224+ The :class: ` Symfony \\ Component \\ Intl \\ Currencies ` class provides access to the name
225+ of all currencies as well as some of their information (symbol, fraction digits, etc.)::
226226
227227 use Symfony\Component\Intl\Currencies;
228228
@@ -287,8 +287,9 @@ to catching the exception, you can also check if a given currency code is valid:
287287Timezones
288288~~~~~~~~~
289289
290- The ``Timezones `` class provides several utilities related to timezones. First,
291- you can get the name and values of all timezones in all languages::
290+ The :class: `Symfony\\ Component\\ Intl\\ Timezones ` class provides several utilities
291+ related to timezones. First, you can get the name and values of all timezones in
292+ all languages::
292293
293294 use Symfony\Component\Intl\Timezones;
294295
0 commit comments