Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Oct 19, 2023
1 parent d26c423 commit c78fb98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plang Documents - Function</title>
<meta name="description" content="More in depth info about using functions and defining them">
<title>Plang Documents - Examples</title>
<meta name="description" content="Some examples made in P">
<link rel="stylesheet" href="css/colors.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
Expand Down
3 changes: 2 additions & 1 deletion src/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plang Documents - Function</title>
<title>Plang Documents - Functions</title>
<meta name="description" content="More in depth info about using functions and defining them">
<link rel="stylesheet" href="css/colors.css">
<link rel="stylesheet" href="css/main.css">
Expand Down Expand Up @@ -49,6 +49,7 @@
<h1 class="page-title">Functions</h1>
<p>Simple introduction to understanding how functions work and how you define them and how you use them</p>
<h2 id="defining-functions">Defining Functions</h2>
<br>
<h2 id="using-functions">Using Functions</h2>
</div>
</div>
Expand Down

0 comments on commit c78fb98

Please sign in to comment.