From da43d34479de5ad1cd3e5dab2838a59a78da5180 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 23 Nov 2023 15:23:50 +0100 Subject: [PATCH] Start page: Fix broken link --- index.html.erb | 2 +- rdoc/0.4/MessagePack.html | 8 ++++---- rdoc/0.4/MessagePack/Unpacker.html | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html.erb b/index.html.erb index 6fc129bbc..6b20c5dbb 100644 --- a/index.html.erb +++ b/index.html.erb @@ -140,7 +140,7 @@
- +

Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.

Sadayuki Furuhashi, creator of Fluentd

diff --git a/rdoc/0.4/MessagePack.html b/rdoc/0.4/MessagePack.html index b3beec15a..68c325e3d 100644 --- a/rdoc/0.4/MessagePack.html +++ b/rdoc/0.4/MessagePack.html @@ -266,8 +266,8 @@

Public Class Methods

Deserializes one object over the specified buffer.

-UnpackError is throw when parse -error is occured, the buffer is insufficient to deserialize one object or +UnpackError is thrown when parse +error has occrured, the buffer is insufficient to deserialize one object or there are extra bytes.

@@ -308,8 +308,8 @@

Public Class Methods

bytes.

-UnpackError is throw when parse -error is occured, the buffer is insufficient to deserialize one object or +UnpackError is thrown when parse +error has occurred, the buffer is insufficient to deserialize one object or there are extra bytes.

diff --git a/rdoc/0.4/MessagePack/Unpacker.html b/rdoc/0.4/MessagePack/Unpacker.html index e8e465c9a..a2a87b32e 100644 --- a/rdoc/0.4/MessagePack/Unpacker.html +++ b/rdoc/0.4/MessagePack/Unpacker.html @@ -371,8 +371,8 @@

Public Instance Methods

automatically.

-UnpackError is throw when parse error is -occured. This method raises exceptions that fill method raises. +UnpackError is thrown when parse error has +occurred. This method raises exceptions that fill method raises.

@@ -459,8 +459,8 @@

Public Instance Methods

true.

-UnpackError is throw when parse error is -occured. +UnpackError is thrown when parse error has +occurred.

@@ -507,8 +507,8 @@

Public Instance Methods

Call reset method before calling this method again.

-UnpackError is throw when parse error is -occured. +UnpackError is thrown when parse error has +occurred.