Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 25, 2023
1 parent f1ac5b1 commit 4d5ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec-sandbox/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { createHelperRouter } from './routes.js';

/**
* Creates an http server that forwards calls to the underlying instance and starts it on the given port.
* @param instance - RPC server that answers queries to the created HTTP server.
* @param instance - Instance to wrap in a JSON-RPC server.
* @param deployedL1Contracts - Info on L1 deployed contracts.
* @param port - Port to listen in.
* @returns A running http server.
Expand Down

0 comments on commit 4d5ffa3

Please sign in to comment.