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

Commit

Permalink
fix: IWithRemarksProp
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 1, 2024
1 parent e122eef commit 848f972
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (@egomobile/documentation)

## 0.4.1
## 0.4.2

- add tools to add function dependencies
- reorganize code, especially types
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egomobile/documentation",
"version": "0.4.1",
"version": "0.4.2",
"description": "Tools for documenting (TypeScript) code.",
"main": "lib/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface IWithRemarksProp {
/**
* Optional notes/remarks. Should be handled as Markdown, if possible.
*/
references: Nilable<string[]>;
remarks: Nilable<string>;
}

/**
Expand Down

0 comments on commit 848f972

Please sign in to comment.