Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 53338ff

Browse files
committed
Fix typo in comment
1 parent 886a738 commit 53338ff

File tree

1 file changed

+1
-1
lines changed
  • new_project/examples/separate_apps/src

1 file changed

+1
-1
lines changed

new_project/examples/separate_apps/src/taker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { createActor, sleep } from "./lib";
4444
const isOrderAcceptable = (order: Order) => {
4545
// Check if the returned order matches the requested asset-pair
4646
if (order.ask.asset !== "ether" || order.bid.asset !== "bitcoin") {
47-
// These are'nt the droids you're looking for
47+
// These aren't the droids you're looking for
4848
return false;
4949
}
5050

0 commit comments

Comments
 (0)