Skip to content

Commit

Permalink
Fix an article in the text. It should be "an import".
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 486938898
Change-Id: I50af8fbdecc923d9a13af1d8ca6c61b0eeecf7c8
  • Loading branch information
Googler authored and copybara-github committed Nov 8, 2022
1 parent 48efe73 commit 5903c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Metadata getMetadata() {
cc_import(
name = "mylib",
hdrs = ["mylib.h"],
# mylib.lib is a import library for mylib.dll which will be passed to linker
# mylib.lib is an import library for mylib.dll which will be passed to linker
interface_library = "mylib.lib",
# mylib.dll will be available for runtime
shared_library = "mylib.dll",
Expand Down

0 comments on commit 5903c31

Please sign in to comment.