Skip to content

Commit da00012

Browse files
Update Database.cs
1 parent 207a85f commit da00012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileSystem/Structures/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static TryGet<Database> TryGet(string name)
6969
return new Database(path, db);
7070
}
7171

72-
public Result Set(string key, Value value, bool save = true)
72+
public Result TrySet(string key, Value value, bool save = true)
7373
{
7474
object saveVal;
7575
switch (value)

0 commit comments

Comments
 (0)