Skip to content

Commit

Permalink
fixed docs and added Romain Franceschini as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoleitao committed Jan 13, 2024
1 parent f5685f3 commit 07b6741
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"contributions": [
"bug"
]
},
{
"login": "RomainFranceschini",
"name": "Romain Franceschini",
"avatar_url": "https://avatars.githubusercontent.com/u/470056?v=4",
"profile": "https://github.com/RomainFranceschini",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,14 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/blaugold"><img src="https://avatars.githubusercontent.com/u/5929595?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gabriel Terwesten</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Documentation">📖</a> <a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Code">💻</a> <a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Tests">⚠️</a> <a href="#example-blaugold" title="Examples">💡</a></td>
<td align="center"><a href="https://ilikerobots.github.io/"><img src="https://avatars.githubusercontent.com/u/6736189?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mike Hoolehan</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/commits?author=ilikerobots" title="Tests">⚠️</a></td>
<td align="center"><a href="https://github.com/tjarvstrand"><img src="https://avatars.githubusercontent.com/u/394280?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Thomas Järvstrand</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/issues?q=author%3Atjarvstrand" title="Bug reports">🐛</a></td>
</tr>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/blaugold"><img src="https://avatars.githubusercontent.com/u/5929595?v=4?s=100" width="100px;" alt="Gabriel Terwesten"/><br /><sub><b>Gabriel Terwesten</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Documentation">📖</a> <a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Code">💻</a> <a href="https://github.com/ivoleitao/stash/commits?author=blaugold" title="Tests">⚠️</a> <a href="#example-blaugold" title="Examples">💡</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ilikerobots.github.io/"><img src="https://avatars.githubusercontent.com/u/6736189?v=4?s=100" width="100px;" alt="Mike Hoolehan"/><br /><sub><b>Mike Hoolehan</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/commits?author=ilikerobots" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tjarvstrand"><img src="https://avatars.githubusercontent.com/u/394280?v=4?s=100" width="100px;" alt="Thomas Järvstrand"/><br /><sub><b>Thomas Järvstrand</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/issues?q=author%3Atjarvstrand" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RomainFranceschini"><img src="https://avatars.githubusercontent.com/u/470056?v=4?s=100" width="100px;" alt="Romain Franceschini"/><br /><sub><b>Romain Franceschini</b></sub></a><br /><a href="https://github.com/ivoleitao/stash/commits?author=RomainFranceschini" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
Expand Down
2 changes: 1 addition & 1 deletion packages/stash_sqlite/lib/src/sqlite/sqlite_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ abstract class SqliteFileBaseAdapter<I extends Info, E extends Entry<I>>
/// The database file
final File file;

/// [SqliteBaseFileAdapter] constructor.
/// [SqliteFileBaseAdapter] constructor.
///
/// * [db]: The database
/// * [file]: The [File] that store the Sqlite database
Expand Down

0 comments on commit 07b6741

Please sign in to comment.