Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 20, 2024
1 parent 3bbbb71 commit 12bd1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/xtd.core.examples/keywords/sizeof/src/sizeof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ auto main() -> int {
console::write_line("└───────────────────┴─────────────────────┴─────────────────────────┘");
}

// This code produces the following output :
// This code can produce the following output :
//
// sizeof :
// ┌───────────────────┬─────────────────────┬─────────────────────────┐
Expand All @@ -47,7 +47,7 @@ auto main() -> int {
// │ xtd::wchar = 4 │ ------------------- │ wchar_t = 4 │
// │ xtd::single = 4 │ std::float_t = 4 │ float = 4 │
// │ xtd::double_ = 8 │ std::double_t = 8 │ double = 8 │
// │ xtd::decimal = 8 │ ------------------- │ long double = 8
// │ xtd::decimal = 16 │ ------------------- │ long double = 16
// │ xtd::sbyte = 1 │ std::int8_t = 1 │ char = 1 │
// │ xtd::int16 = 2 │ std::int16_t = 2 │ short = 2 │
// │ xtd::int32 = 4 │ std::int32_t = 4 │ int = 4 │
Expand Down

0 comments on commit 12bd1df

Please sign in to comment.