mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
[cleanup] Fix a couple of typos.
This commit is contained in:
parent
934c67dc75
commit
3ec1a01e8a
2 changed files with 2 additions and 2 deletions
|
@ -1276,7 +1276,7 @@ int main(int argc, char **argv)
|
|||
// user perspective.
|
||||
//
|
||||
// Thus, if a library contained some functions in version(unittest), for
|
||||
// example the tests in std.concurrency, and we ended up inline-scannin
|
||||
// example the tests in std.concurrency, and we ended up inline-scanning
|
||||
// these functions while doing an -unittest build of a client application,
|
||||
// we could end up referencing functions that we think are
|
||||
// availableExternally, but have never been touched when the library was built.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue