git » sdk » commit e3be437

Typo

author Stephen Paul Weber
2026-04-10 02:34:25 UTC
committer Stephen Paul Weber
2026-04-10 02:34:25 UTC
parent ced862bfb60ee34efc8c0a1bec5d6303ee989d98

Typo

borogove/persistence/Sqlite.hx +1 -1

diff --git a/borogove/persistence/Sqlite.hx b/borogove/persistence/Sqlite.hx
index a5b4a7b..9214bb5 100644
--- a/borogove/persistence/Sqlite.hx
+++ b/borogove/persistence/Sqlite.hx
@@ -73,7 +73,7 @@ class Sqlite implements Persistence implements KeyValueStore {
 		Create a basic persistence layer based on sqlite
 
 		@param dbfile path to sqlite database
-		@params media a MediaStore to use for media
+		@param media a MediaStore to use for media
 		@returns new persistence layer
 	**/
 	public function new(dbfile: String, media: MediaStore) {