Skip to content

Instantly share code, notes, and snippets.

@jbking
Created May 12, 2010 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbking/398258 to your computer and use it in GitHub Desktop.
Save jbking/398258 to your computer and use it in GitHub Desktop.
diff -r 66c307b0b7f9 docs/source/erlang_in_practice.rst
--- a/docs/source/erlang_in_practice.rst Tue Dec 01 01:41:06 2009 +0900
+++ b/docs/source/erlang_in_practice.rst Wed May 12 14:54:24 2010 +0900
@@ -22,7 +22,7 @@
- loop から始まるプロセスを常時起動しているコードを書く
- loop を拡張していき、なんかしらのアプリを書いてみる
-上記3つについて具体的にどのような内容で勉強をす滑るべきなのかを解説していきます。
+上記3つについて具体的にどのような内容で勉強をするべきなのかを解説していきます。
4 つのモジュール学ぶ
====================
diff -r 66c307b0b7f9 docs/source/otp_design_in_practice.rst
--- a/docs/source/otp_design_in_practice.rst Tue Dec 01 01:41:06 2009 +0900
+++ b/docs/source/otp_design_in_practice.rst Wed May 12 14:54:24 2010 +0900
@@ -59,7 +59,7 @@
application は OTP の要とも呼べます。これが無いとアプリケーションとして起動することが出来ないからです。application については gen_server, supervisor, application の順で説明していきます。
-gen_event は実際便利なのですが、意外にフィットするモノがないためまだロガーとしてしか使用したことがあり proc_lib も個々では割愛します。
+gen_event は実際便利なのですが、意外にフィットするモノがないためまだロガーとしてしか使用したことがあり proc_lib もここでは割愛します。
gen_server
==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment