Skip to content

Commit bc3b109

Browse files
committed
Fix typo
1 parent 4bc05d2 commit bc3b109

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* [Bit Converter](xtd.core.examples/bit_converter/README.md) contains bit converter examples.
1313
* [Boxing](xtd.core.examples/boxing/README.md) contains boxing and unboxing examples.
1414
* [Collections](xtd.core.examples/collections/README.md) contains collections examples.
15-
* [Console](xtd.core.examples/console/README.md) contains console examples.
1615
* [Configuration](xtd.core.examples/configuration/README.md) contains configuration examples.
16+
* [Console](xtd.core.examples/console/README.md) contains console examples.
1717
* [Convert](xtd.core.examples/convert/README.md) contains convert examples.
1818
* [Date time](xtd.core.examples/date_time/README.md) contains date time examples.
1919
* [Delegates](xtd.core.examples/delegates/README.md) contains delegates examples.

examples/xtd.core.examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ add_projects(
88
bit_converter
99
boxing
1010
collections
11-
console
1211
configuration
12+
console
1313
convert
1414
date_time
1515
delegates

examples/xtd.core.examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
* [vector_list](collections/vector_list/README.md) shows how to use [xtd::collections::vector_list](https://gammasoft71.github.io/xtd/reference_guides/latest/group__collections.html#gaf18249e78122f5f0f0f09003cf6abc5c) class.
3030
* [vector_list2](collections/vector_list2/README.md) shows how to use [xtd::collections::vector_list](https://gammasoft71.github.io/xtd/reference_guides/latest/group__collections.html#gaf18249e78122f5f0f0f09003cf6abc5c) class.
3131

32+
## [Configuration](configuration/README.md)
33+
34+
* [file_settings](configuration/file_settings/README.md) shows how to use [xtd::consiguration::file_settings](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1configuration_1_1file__settings.html) object.
35+
3236
## [Console](console/README.md)
3337

3438
* [console_background_color](console/console_background_color/README.md) shows how to use [xtd::console::background_color](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html#a16386e533bc0bbb8cc4dfb4b079c828a) property.
@@ -54,10 +58,6 @@
5458
* [redirect_output](console/redirect_output/README.md) shows how to use [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html) class.
5559
* [wconsole](console/wconsole/README.md) shows how to use [xtd::console](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1console.html) class.
5660

57-
## [Configuration](configuration/README.md)
58-
59-
* [file_settings](configuration/file_settings/README.md) shows how to use [xtd::consiguration::file_settings](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1configuration_1_1file__settings.html) object.
60-
6161
## [Convert](convert/README.md)
6262

6363
* [as](convert/as/README.md) shows how to use [xtd::as](https://gammasoft71.github.io/xtd/reference_guides/latest/group__xtd__core.html#ga19379a1158ccd320e208b362f11295b7) operator.

examples/xtd.core.examples/configuration/file_settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ auto_close = true
2828
caption = file_settings example
2929
3030
[Thread "Process"]
31-
timeout_ = 00:00:00.1000000
31+
timeout = 00:00:00.1000000
3232
3333
----------------------------------------
3434
read keys :

0 commit comments

Comments
 (0)