Skip to content

Commit

Permalink
Fix syntax error in docs (#228)
Browse files Browse the repository at this point in the history
That line currently throws a syntax error:
```
Syntax error reading source at (REPL:5479:19).
Metadata can only be applied to IMetas
```
  • Loading branch information
AndreaCrotti authored Jul 19, 2020
1 parent af6544c commit 8be70d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1239,9 +1239,7 @@ point to the target driver during the tests.
(:require [clojure.test :refer :all]
[etaoin.api :refer :all]))

(def ^:dynamic
"Current driver"
*driver*)
(def ^:dynamic *driver*)

(defn fixture-driver
"Executes a test running a driver. Bounds a driver
Expand Down

0 comments on commit 8be70d6

Please sign in to comment.