From 4e315f71fe70aaf4d4bf9d66b89e33a2618cb53d Mon Sep 17 00:00:00 2001 From: Adhithya21 <33092400+Adhithya21@users.noreply.github.com> Date: Tue, 5 Jun 2018 14:49:21 +0530 Subject: [PATCH] README file updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b2b5e8..844084b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The code will look like the following: ``` pub trait MotorController { -fn init(&mut self, esp: ElevatorSpecification, est: ElevatorState); -fn poll(&mut self, est: ElevatorState, dst: u64) -> MotorInput; + fn init(&mut self, esp: ElevatorSpecification, est: ElevatorState); + fn poll(&mut self, est: ElevatorState, dst: u64) -> MotorInput; } ```