dart-lang / dart-lang/samples

Typo in 'ffi/primitives.dart'

Open
#206 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
656
Forks
228
Avg merge
19h 14m
Merged PRs (30d)
4

Description

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`

Contributor guide

Open the contributing guide

Research direction

Open ffi/primitives/primitives.dart at line 46 and inspect the DLL path referenced in the issue. Correct the misspelled filename, then verify the sample now refers to primitives.dll and check the surrounding sample for any related spelling mismatch.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.