Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jul 17, 2024
1 parent ec8e919 commit 499fda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ one of as described in `signature` section, as well as additionally:

* `(alist <car> <cdr>)` - describes an alist datastrucutre, where `<car>` and `<cdr>` has same format as function parameter definition;

* `(list <element>)` - describes an list datastrucutre, where `<element>` has same format as function parameter definition;
* `(list <element>)` - describes a list datastrucutre, where `<element>` has same format as function parameter definition;

* `(vector <element>)` - describes an list datastrucutre, where `<element>` has same format as function parameter definition;
* `(vector <element>)` - describes a vector datastrucutre, where `<element>` has same format as function parameter definition.

| desc
| Textual description.
Expand Down
4 changes: 0 additions & 4 deletions scheme-index-app/src/app/index-page/index-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ <h1 class="index-page__header">Scheme index</h1>
<h2 class="index-page__header">Report an issue</h2>
<p>Please report any issues or suggestions you may have at <a class="index-page__text-link"
href="https://github.com/schemeorg-community/index.scheme.org/issues">github</a>.</p>

<div class="index-page__footer">
<span>Copyright 2022-2024 Arvydas Silanskas</span>
</div>
</main>

0 comments on commit 499fda3

Please sign in to comment.