From 233522b612664d11cb9c012a166b6c81dd54c0b9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 24 Apr 2015 11:01:40 +0100 Subject: [PATCH] Fix typo --- specification/20_events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/20_events.rst b/specification/20_events.rst index 57b4c925..532ff997 100644 --- a/specification/20_events.rst +++ b/specification/20_events.rst @@ -597,7 +597,7 @@ try using to communicate. - ``call_id`` : "string" - The ID of the call this event relates to - ``version`` : "integer" - The version of the VoIP specification this messages - - ``answer`` : "answer object" - Object giving the SDK answer + - ``answer`` : "answer object" - Object giving the SDP answer ``Answer Object``