Skip to content

Commit b5547d0

Browse files
authored
Fix typo
1 parent 3579b3a commit b5547d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerSync/PowerSync.Common/Utils/PowerSyncPathResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static string GetNativeLibraryPath(string packagePath)
88
{
99
string fileName = GetFileNameForPlatform();
1010

11-
// Check the flattened path first since some technologies (eg. .NET 4.8 Framework) flatten libraries into the root folder.
11+
// Check the flattened path first since some technologies (eg. .NET Framework 4.8) flatten libraries into the root folder.
1212
// Checking this path first also makes debugging easier, since one can easily change the resolved DLL.
1313
string flattenedPath = Path.Combine(packagePath, fileName);
1414
if (File.Exists(flattenedPath)) return flattenedPath;

0 commit comments

Comments
 (0)