cpprefjp / site

cpprefjpサイトのMarkdownソース
https://cpprefjp.github.io/
368 stars 152 forks source link

[Fix] 誤字の修正, 出力例の修正 #1281

Closed yuina-blend closed 1 month ago

yuina-blend commented 1 month ago

typo

std::wstingとなっている箇所があったためstd::wstringに修正しました。

出力例

出力例に以下の行が抜けていたようなので修正しました。

  // 10進法での変換
  std::cout << "---- decimal point" << std::endl;

  // 指数表記の変換
  std::cout << "---- base = 8" << std::endl;
faithandbrave commented 1 month ago

ありがとうございます!