Skip to content

Commit

Permalink
Minor correction in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
simosathan9 committed Nov 27, 2024
1 parent 52da86d commit 4f023ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/tutorials.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq8" class="collapsed question">Find Maximum and Minimum Values<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq8" class="collapse" data-bs-parent=".faq-list">
<div data-bs-toggle="collapse" href="#faq9" class="collapsed question">Find Maximum and Minimum Values<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq9" class="collapse" data-bs-parent=".faq-list">
<p>
Find the highest and lowest temperatures from a weather log (weather.log) where temperatures are in the 3rd column.
</p>
Expand All @@ -195,8 +195,8 @@
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq8" class="collapsed question">Modify timestamp in existing files<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq8" class="collapse" data-bs-parent=".faq-list">
<div data-bs-toggle="collapse" href="#faq10" class="collapsed question">Modify timestamp in existing files<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq10" class="collapse" data-bs-parent=".faq-list">
<p>
Modify the last modification timestamp in existing files to the specified date and time. If the file does not exist, do not create a new file.
</p>
Expand Down

0 comments on commit 4f023ad

Please sign in to comment.