samples icon indicating copy to clipboard operation
samples copied to clipboard

Typo in 'ffi/primitives.dart'

Open Voyz opened this issue 1 year ago • 0 comments
trafficstars

This line reads:

https://github.com/dart-lang/samples/blob/main/ffi/primitives/primitives.dart#L46C1-L46C81

        Directory.current.path, 'primitives_library', 'Debug', 'primtives.dll');

That 'primtives.dll' should be 'primitives.dll', it's missing the second i

Voyz avatar Jan 14 '24 22:01 Voyz