Skip to content

Commit

Permalink
Add missing word in docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 372886106
Change-Id: I1a81357a4d8eecf84038a148bf8806707233088a
  • Loading branch information
lanctot authored and open_spiel@google.com committed May 11, 2021
1 parent 53eeb61 commit 5444a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export LD_LIBRARY_PATH="${HOME}/open_spiel/build"

You might want to add this line to your `$HOME/.bash_profile` to avoid having to
do it every time you load the library. Of course, if you are already using
`LD_LIBRARY_PATH` something else, then you need to add
`LD_LIBRARY_PATH` for something else, then you need to add
`${HOME}/open_spiel/build` to it (space-separated paths).

## Compiling and Running the Example
Expand Down

0 comments on commit 5444a21

Please sign in to comment.